|
|
Printing a report for today's records only If there isn't such a field already in the table, add a Date/Time field (say, called DateEntered) to the table, with a Default value of Date(). This will put today's date into the field when you create a new record. Then you can filter your report for just today's records by placing Date() in the Criteria row of the DateEntered field in the Query Designer. BTW, don't call the field "Date" -- this can cause confusion with the Date function.
|