F
Frank Situmorang
Hello,
I have a selection form of those who have birthday and then from that by
clicking the button the report will show up but I Put the on No data of the
report and then there is still debugging.
anyone can help me please?, this is my VBA:
Private Sub Command4_Click()
DoCmd.OpenReport "BukuAngKbyQuery_DepSS", acViewPreview
End Sub
Private Sub Report_NoData(Cancel As Integer)
MsgBox "Maaf, Data dimaksud tidak ada..he.he.he.!!!!."
Cancel = True
End Sub
Thanks in advance
I have a selection form of those who have birthday and then from that by
clicking the button the report will show up but I Put the on No data of the
report and then there is still debugging.
anyone can help me please?, this is my VBA:
Private Sub Command4_Click()
DoCmd.OpenReport "BukuAngKbyQuery_DepSS", acViewPreview
End Sub
Private Sub Report_NoData(Cancel As Integer)
MsgBox "Maaf, Data dimaksud tidak ada..he.he.he.!!!!."
Cancel = True
End Sub
Thanks in advance