B
Brent
I have a database that tracks items that pass trough certain points. Every
transaction is stored in a single table. I need a query to look at each
record and see if there is another record in that table that occurs within a
designated time frame. ie 20 minutes.
The field names are time and ID#
Any ideas on how to search all records in this database and determine which
ones are matches?
Thanks
transaction is stored in a single table. I need a query to look at each
record and see if there is another record in that table that occurs within a
designated time frame. ie 20 minutes.
The field names are time and ID#
Any ideas on how to search all records in this database and determine which
ones are matches?
Thanks