Auto Calculate StartDate from EndDate in Access Queries using Bet.

M

Mike Walker

I'm trying to filter records by date where I input the ending date and the
starting date is calculated by minus specified time.
 
K

Ken Snell [MVP]

How are you trying to do the filter? Via a query? Via the form's builtin
find feature? Via code? Via a macro? etc.

Check out the DateAdd function...it allows you to get the date from a
starting date based on the difference between the two dates.
 
Top