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
foreign key problem
Microsoft Movie Maker/editing Extras???
minimums Files to boot a custom small Win Xp system
Using port 8080 as default port
Faulting application inetinfo.exe - MS Exchange goes down....
Removing duplicate entries in a file
Pad imported text with trailing zeros
SQL Server 2005 - Copy Database on to same server
How do you bring up the MS Outlook 2007 Account Button when you have MS Exchange setup in outlook
How can i save my bookmarks from (firefox and explorer) to a file in order to restore them on another system.