I have a data base that contains records with an ID number and appearance date. Each ID number may appear multiple times in the database. I need to refine a query so that I have a resulting table that contains an ID number that appears more than say 12 times AND with appearance dates within the last 2 to 3 years. I need to reduce my database so I can contact people with appearance frequency and a recent appearance.
My database format is "ID Number","Appearance Date" <EOR>
the date format is MMDDCCYY. The dates can be up to 50 years ago.
I can query the table to get the number of dups for each ID number but I can't figure out how to further add the date check variable into my query.
Thanks!...Rick
My database format is "ID Number","Appearance Date" <EOR>
the date format is MMDDCCYY. The dates can be up to 50 years ago.
I can query the table to get the number of dups for each ID number but I can't figure out how to further add the date check variable into my query.
Thanks!...Rick