Print current date

  • Thread starter Thread starter Ivor Williams
  • Start date Start date
I

Ivor Williams

I have a form using as a record source a query in which there is a date
field. I want to print a report using the query which contains only those
records in which the date field is the same as the system date. How do I do
this, please?

Ivor
 
Note that if you don't want to modify the query (maybe you use it for other
things) you can use the "filter" property of your report.
 
Back
Top