The first table is the CLIENT table:
ClientID
Lastname
Firstname
There is only one record per client in the CLIENT table.
The second table is VISITS table:
ClientID
DateVisited (mm/dd/yyyy format)
There are many records in the VISITS table, one for each time a client visit.
I want to eliminate a CLIENT record, if he has not visited in the last six months, for example.
How do I do this query? I am not sure how to get the last visit record for a Client and test the date visited.
Obviously, I am new to access and self taught. Any help would be greatly appreciated.
ClientID
Lastname
Firstname
There is only one record per client in the CLIENT table.
The second table is VISITS table:
ClientID
DateVisited (mm/dd/yyyy format)
There are many records in the VISITS table, one for each time a client visit.
I want to eliminate a CLIENT record, if he has not visited in the last six months, for example.
How do I do this query? I am not sure how to get the last visit record for a Client and test the date visited.
Obviously, I am new to access and self taught. Any help would be greatly appreciated.