Date Calculations

mls68

New member
Local time
Today, 04:21
Joined
Mar 9, 2000
Messages
5
I have entered a date in a date field in a table and need to figure out how to add 30
or 90 days to it and it print out a date 30 or 90 days later on a report.
Does anyone know how to do it?
 
What you should do is in the query that you are using to run your report just enter your date field + 30

Example [Date] + 30 this is assuming your field is name date if not type in whatever you are using. Then add this field to your report.
 

Users who are viewing this thread

Back
Top Bottom