Auto Calculate StartDate from EndDate in Access Queries using Bet.

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

Guest

I'm trying to filter records by date where I input the ending date and the
starting date is calculated by minus specified time.
 
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.
 
Back
Top