raziel3
Registered User.
- Local time
- Today, 01:19
- Joined
- Oct 5, 2017
- Messages
- 316
I have a set of records with a checkbox. When the checkbox is 'checked' a corresponding field is automatically filled with the date (Field=Sdate). For example if the ending period is 1/31/16 once 'checked' Sdate=1/31/16. I want to be able make a query to only return the records that is not 'checked' within that period. For example if I query all records by (Field=Date Paid) between 3/1/16 to 3/31/16 all the records within that period is shown and records not 'checked' between 1/1/16 to 2/29/16.
The problem is whenever the records that are not checked are checked in a future period they do not show up in the query because the query sees it as being checked already. For example if a record in January is checked in July and I run the query for March period the January record does not show up. Can anyone help me please.
I've attached my db for reference. Table 'Data' is the records I would like to have filtered based on the criteria.
The problem is whenever the records that are not checked are checked in a future period they do not show up in the query because the query sees it as being checked already. For example if a record in January is checked in July and I run the query for March period the January record does not show up. Can anyone help me please.
I've attached my db for reference. Table 'Data' is the records I would like to have filtered based on the criteria.