G Guest Jan 26, 2005 #1 I'm trying to filter records by date where I input the ending date and the starting date is calculated by minus specified time.
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] Jan 26, 2005 #2 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.
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.