How do I view and print reports as at a specific date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to view and print reports using a date in the past therefore I need to
look at data saved in the past how do I set this up
 
Not sure what you are asking since you did not share the type of data or the
table structure with us.

In your query you would need to specify the date range.

If you wanted your users to enter this, put something like the following
undet the date field in the criteria....


Between [Enter Start Date] and [Enter End Date]
 
Back
Top