Thursday, August 25, 2016

Ms access print current record and new creating db include add attach photo

ms access print current record
New database ms access Trick Technic printing current record

Simaple view first page
 contoh database ms access halaman pertama

Contoh or sample current id record will be single print
atau cuman hanya print yg di harapkan

dan ini untuk bisa print semuannya tanpa Event code di print button




Dan INi Codennya Copy Paste Saja biar cepat di print button yg anda harapkan



Private Sub Command9_Click()
Dim strReportName As String
Dim strCriteria As String

 If NewRecord Then
        MsgBox "This record contains no data. Please select a record to print or Save this record." _
             , vbInformation, "Invalid Action"
        Exit Sub

Else
strReportName = "sample"

 strCriteria = "[ID]= " & Me![ID]

       DoCmd.OpenReport strReportName, acViewPreview, , strCriteria
   End If
      
End Sub





Atau Bila Perlu And download sample Ms. Access Current Print
https://drive.google.com/file/d/0B5WQmQ9o0e5hb1MyMDZvcDBYVU0/view



Technik on bad mod

Bad mod start on 25-8-2016
Just for memory on bad mod on blog

Oh ya my name is asro iget more presure
Because i have more thing to resolved 

phprunner view custom filed status

if ($value=="Process") $str.='<img src="1.png">'; if ($value=="Receive") $str.='<i...