G
Guest
FORM TYPE: Continuous
The form I have created contains a list of records and there are 2
conditions that are the crux of the filter I am trying to create.
The field names are:
[RETEST] a date field
[RETESTED] true/false check box
The Conditions need to be:
[RETEST] < DATE() and [RETESTED]=FALSE
I am trying to code a command button that when pressed will show only the
records where the aforementioned conditions match.
The form I have created contains a list of records and there are 2
conditions that are the crux of the filter I am trying to create.
The field names are:
[RETEST] a date field
[RETESTED] true/false check box
The Conditions need to be:
[RETEST] < DATE() and [RETESTED]=FALSE
I am trying to code a command button that when pressed will show only the
records where the aforementioned conditions match.