Hello, I have a little bit of experience in Access (i've built a few production databases) but I am having an issue that I cannot resolve. Here it goes....
I have a query that contains all transactions for a service. I am needing to filter this by first seeing if there are duplicate IDNumbers and remove the oldest by date. After that is done it needs to filter that list by date from today back 90 days and if PostCardSent date is not null.
I have created a query that allows me to add criteria for the past 90 days (<Date()-90) and PostCardSent (Is Null) but I cannot figure out the first part.
The reason for this is that we want to be able to find if a person has not reordered their item from within 90 days of today but if they have then ignore or remove the that transaction from this query.
Does this make sense? Thank you for all your help!
I have a query that contains all transactions for a service. I am needing to filter this by first seeing if there are duplicate IDNumbers and remove the oldest by date. After that is done it needs to filter that list by date from today back 90 days and if PostCardSent date is not null.
I have created a query that allows me to add criteria for the past 90 days (<Date()-90) and PostCardSent (Is Null) but I cannot figure out the first part.
The reason for this is that we want to be able to find if a person has not reordered their item from within 90 days of today but if they have then ignore or remove the that transaction from this query.
Does this make sense? Thank you for all your help!