View Full Version : Parameter for Report Header


djpearce
08-23-2004, 12:43 PM
Hi All,
I created a report, which pulls data from a query. The user has to put in a date, which is displayed on the report header (that is all the date is for). It has worked well, because I always had records meeting the query criteria. Now, there is no record in the query, the date will not print on the report. I have tried using parameter in various ways (almost half my work day) and it still has not work.

How can I display a user-supplied date when there is no record to report from a query?
Bamedele

Rich
08-23-2004, 12:58 PM
The easiest way is to use the NoData event and display a message to the user that there is no data to display for the date entered