calculated dates and date ranges....

CFP - Jason

Registered User.
Local time
Today, 18:12
Joined
Jun 9, 2003
Messages
54
how do i run a query on a date range that is a calculated date that is not stored but calculated in the form. i have a field that calcs the next scheduled date and want a to run a query that shows the calculated dates that fall in that range. thanks
Jason
 
You can refer to a field on your form from the query. In the criteria line below the field in your query, enter an expression like this:
Forms!formname!fieldname

You can use the standard Like, Between And, Or, etc... operators with that reference.
 
its says undefined function "adddate" in expression.
Jason
 
Never heard of the adddate function, but I have used the DateAdd function. ;)
 

Users who are viewing this thread

Back
Top Bottom