Kodo
"The Shoe"
- Local time
- Today, 12:07
- Joined
- Jan 20, 2004
- Messages
- 707
I have a list box in which my users can select multiple names from. Then they print a word document that is populated with their selections profile information. It also runs a query for a report on this person. My issue is that if the report has no data, I don't it to print out, but I want it to continue to print the remaining documents for the other users selected.
Docmd.cancel even on No_Data will stop the action completely and hoses the operation.
Any suggestions on how I can gracefully terminate the printing of reports that have no data but continue to print the rest of the documents that do?
Docmd.cancel even on No_Data will stop the action completely and hoses the operation.
Any suggestions on how I can gracefully terminate the printing of reports that have no data but continue to print the rest of the documents that do?