Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report duplicates within a certain time frame

Status
Not open for further replies.

johnmac42

Technical User
Jun 6, 2007
3
US
I have written a service management database. I want to create a report that will look up a serial number between 2 dates. Check to see if that serial number has previously been in for repair. If the s/n has been in previously check to see if the date shipped on the previous service order was <= the date received on the new service order. If so I would like it included in the report. I am not sure that this is the best way to proceed but I have already
Created a duplicates query that looks up any serial numbers between the start date and the end date. What I do not know is how to make the comparison between the records found, and enter it on a report.

database structure
table=service orders
field=serial number
field=date shipped
field=date received
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top