kingsgambit
Registered User.
- Local time
- Today, 10:49
- Joined
- May 27, 2001
- Messages
- 134
1..If there is no data for my report, my msgbox will come "no record found" the next command I put in was Canel = false.
My msgbox comes up ok put when you press OK access produces another msgbox saying event cancelled. I have tried putting the code
I am having problems with the command
DoCmd.SetWarnings False. but access still shows the cancel event box. Where should i put the Docmd command?
2.. When the user founds the record they want on my search form and clicks on the print preview if there is nodata it does the above, but my search form disappearing before the msgbox comes up and then reappears after you press ok, is there a way to keep my search form visible and just have the msgbox appear on top if there is nodata for the report
My msgbox comes up ok put when you press OK access produces another msgbox saying event cancelled. I have tried putting the code
I am having problems with the command
DoCmd.SetWarnings False. but access still shows the cancel event box. Where should i put the Docmd command?
2.. When the user founds the record they want on my search form and clicks on the print preview if there is nodata it does the above, but my search form disappearing before the msgbox comes up and then reappears after you press ok, is there a way to keep my search form visible and just have the msgbox appear on top if there is nodata for the report