I want to build a query that will spit out a list of clients where they need to be sent reminders. The query needs to check the ExpireyDat against todays date. The query should spit all the clients where 7 days prior to their expirey date
Do I use something like this e.g
LetterReminders: DateDiff("d",7[ExpireDate])
I will be using this query to run when the DB is opened so that users are remindered who needs to received a letter.
Do I use something like this e.g
LetterReminders: DateDiff("d",7[ExpireDate])
I will be using this query to run when the DB is opened so that users are remindered who needs to received a letter.
Last edited: