Time and Date for reminder of a invoice is due

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have queries that have invoice, each invoice is paid ether monthly,
quarterly, simi annually, or yearly how do I set a reminder that the report
is do off the calender on the data set.
 
Add a number field to your invoice for PD_Months and enter 1 for monthly, 3
for quarterly, etc.
In the query criteria under your date field use --
<= DateAdd("m",-[PD_Months], Date())
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top