Hi,
Scenario - Report is based on query, takes a bit of time to process, however I would like to show a message-box that there is nothing to print and exit the sub if the record-set is empty.
I know I can do a row count on open forms, how can one do that with a query for a report without walking the set ?
Thanks