How do I tell an update query to only search the records that are older then
the current record?
I need to figure out how to write a query that will take a record, look to
see if any record with an older date and time has the same address, then
marks a yes/no box to YES if it does not find a duplicate.
I know this can be done, I just don't know how.
I know it will take a subquery of some kind. I am just lost. Any help would
be very much appreciated!
the current record?
I need to figure out how to write a query that will take a record, look to
see if any record with an older date and time has the same address, then
marks a yes/no box to YES if it does not find a duplicate.
I know this can be done, I just don't know how.
I know it will take a subquery of some kind. I am just lost. Any help would
be very much appreciated!
Comment