P Peter Mar 22, 2009 #1 I want to open a form with a command button were the date records in the form corresponds to todays date...
I want to open a form with a command button were the date records in the form corresponds to todays date...
J John W. Vinson Mar 22, 2009 #2 I want to open a form with a command button were the date records in the form corresponds to todays date... Click to expand... One way is to base the form on a Query with a criterion on the date field of =Date() If the date field contains date and time, use = Date() AND < Date() + 1 Click to expand... to get all the times during the day.
I want to open a form with a command button were the date records in the form corresponds to todays date... Click to expand... One way is to base the form on a Query with a criterion on the date field of =Date() If the date field contains date and time, use = Date() AND < Date() + 1 Click to expand... to get all the times during the day.