I have a query with the following fields:
Category >> Date >> Description >> Amount
There are only 4 possible choices for Category which I defined using a lookup. These categories are "Improvements", "Maintenance", "Operating Cost" and "Startup Cost".
I have a form with 2 checkboxes.
If the first checkbox is False, all records will be returned except those that have the category "Operating Cost" AND are dated prior to 7-7-04. Else if it is True, those records with "Operating Cost" AND dated prior to 7-7-04 are returned along with all the other records.
If the second checkbox is False, all records will be returned except those that have the category "Operating Cost" AND are dated after 7-7-04. Else if it is True, all records are returned including those that are "Operating Cost" AND dated after 7-7-04.
Can someone advise me on how to setup criteria within the query that will give me these results within the form?
Thanks,
Kevin
Category >> Date >> Description >> Amount
There are only 4 possible choices for Category which I defined using a lookup. These categories are "Improvements", "Maintenance", "Operating Cost" and "Startup Cost".
I have a form with 2 checkboxes.
If the first checkbox is False, all records will be returned except those that have the category "Operating Cost" AND are dated prior to 7-7-04. Else if it is True, those records with "Operating Cost" AND dated prior to 7-7-04 are returned along with all the other records.
If the second checkbox is False, all records will be returned except those that have the category "Operating Cost" AND are dated after 7-7-04. Else if it is True, all records are returned including those that are "Operating Cost" AND dated after 7-7-04.
Can someone advise me on how to setup criteria within the query that will give me these results within the form?
Thanks,
Kevin