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
Terminal Server licensing issue
Internal error 2753. nost_LM.exe Windows Installer or Installshield issue
Doing "Like" searches in subform from Textbox
add an auto-increment field and populate to an existing table with data
SMTP Timeout From MX Gateway But Only For Some Domains
Multiple choices when filtering column
Outlook Keeps disconnecting
Current Recordset does not support bookmarks
Installing Exchange 2003 on new hardware in an existing Exchange 2000 envoinrment
Positioning dynamic text fields in a 9-slice movie clip [example attached]