M mls68 New member Local time Today, 04:21 Joined Mar 9, 2000 Messages 5 Mar 24, 2000 #1 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?
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?
M Mel Henderson Registered User. Local time Today, 04:21 Joined Feb 13, 2000 Messages 14 Mar 25, 2000 #2 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.
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.