G
Guest
I need to find a way to count the number of records that will display on the
report before I choose whether I want to open the report. The idea is that
if the user enters search criteria that return no results, I want to display
a message and not open the report.
I have written my own SQL and am passing that to the RecordSource property
of the report, then I open the report in PrintPreview.
Thanks in advance for your help.
Emily
report before I choose whether I want to open the report. The idea is that
if the user enters search criteria that return no results, I want to display
a message and not open the report.
I have written my own SQL and am passing that to the RecordSource property
of the report, then I open the report in PrintPreview.
Thanks in advance for your help.
Emily