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
Merging Form Fields to one column on table
Microsoft Outlook 2007: Contacting the server for more information.
How do I insert something into SWF file after a FLV is done playing?
OpenSuse: Can you enforce minimum password length on Root
What is the best way to populate an unbound textbox using value in bound textbox for DLookup?
delay in emails sent from SBS 2003 to *some* outside recipients
I cannot find my C: drive and my Clock on the TaskBar has "VIRUS ALERT"
Excel line chart with different colours
missing SQL Server 2000 Developer Edition CD
Using the Outlook 2003 auto complete of email addresses and putting people I reply to in my address book?