T
Todd
In my database, we date-stamp into a table every time we update a client's
information. What this does is add a new record to tblNotes and sets
[NoteType] = "Client Update" and [NoteDate] = today's date.
What I need is a report that will show me all of my contacts that have not
had an update in the past 24 months. I'm guessing to accomplish this, I'll
need a query that only shows me the most recent [NoteDate] for any
[NoteType] that is set as "Client Update" for the client. I'm not sure how
to do this. Any help is greatly appreciated!
Todd
information. What this does is add a new record to tblNotes and sets
[NoteType] = "Client Update" and [NoteDate] = today's date.
What I need is a report that will show me all of my contacts that have not
had an update in the past 24 months. I'm guessing to accomplish this, I'll
need a query that only shows me the most recent [NoteDate] for any
[NoteType] that is set as "Client Update" for the client. I'm not sure how
to do this. Any help is greatly appreciated!
Todd