View Full Version : Report problem


awilko1
12-25-2007, 12:08 PM
Created a report which shows inspections carried out per week per item. I want seperate report to show inspections due which I have filtered no problem but it is showing all records per item. How do I filter out the old records and show only last entry which has expired etc.
:confused:
Any help would be excellent

T.Smith
12-26-2007, 03:48 PM
Use a query as a record source for your report. With a query you can use "expressions" to filter records as needed. You can find examples of query criteria in your access help.

Toby