stephan.gerlach
01-13-2009, 04:55 AM
Hi,
I am trying to create a query which can do the following.
I have two tables called client and notes. Notes has the fields id,client,date,text.
I want to run a query that returns a list of clients that have no notes added since a specific date. So only clients where the last note is before the desired date will be returned.
How can I do this? Any help?
I am trying to create a query which can do the following.
I have two tables called client and notes. Notes has the fields id,client,date,text.
I want to run a query that returns a list of clients that have no notes added since a specific date. So only clients where the last note is before the desired date will be returned.
How can I do this? Any help?