Hi Everyone,
I am developing a Task database.
Table: TaskT
Fields include; Description, Action, DueDate, Priority, Precinct, Recurring and Employee.
Query: TaskQ
Form: TaskF and TasklistF
The forms are fed by the TaskQ query.
I have sort and filter on all fields except date field which i would like to have 3 buttons which will dynamically update the criteria in the TaskQ DueDate field.
Is that possible or the way to do it??
The buttons would include 'Due today' 'Overdue' 'Next 7 days' and they update the criteria in the TaskQ query and hence filter with the following;
Date()
<Date()
Between Date () And Date()+6
I am only a beginner with SQL and VBA.
Your help would be greatly appreciated as i have spent days looking for answers and trying different ways.
Regards
Stephen