Microsoft
Software
Hardware
Network
Question : No data found in report
Experts,
If there is no data when trying to print a report in the NoData event I execute the following:
MsgBox "No Data Found!", vbExclamation, "No Data Found"
rstReport.Close
Here's my questions: What is rstReport for and can I continue my code with
Docmd.OpenForm "frmMainMenu"
after rstReport.Close
Answer : No data found in report
that is right
Private Sub Report_NoData(Cancel As Integer)
MsgBox "No Data Found!", vbExclamation, "No Data Found"
cancel=true
Docmd.OpenForm "frmMainMenu"
end sub
Random Solutions
Exchange 2003 - Store disk activity
Where can i get an iso image of windows 2000 sp4
Access - drag and drop in tabular form
Do I move system mailboxes when migrating to Exchange 2007 from Exchange 2003
Find first word in string
T-SQL for last date
Accessing Adobe PDF document properties with MS VBA programming
Query Accounts with Automatically update email addresses based on recipient policy Unchecked
Differential backup job failed.
Downdrage from Vista to XP on Satallite P200?