mizenerman
MIS
I have a form that has a date field (Clinic Date). In this field users enter a date of a meeting held every Thursday. Records are created in the form that can have a date of next Thursday or a Thursday in December. I would like to have the user open the form and the first record that has a Clinic Date for the upcoming Thursday.
Confusing I know. Here's an example:
1st record - Clinic Date = 06/28/2007
2nd record - Clinic Date = 07/12/2007
3rd record - Clinic Date = 07/26/2007
Today's date = 07/06/2007
Form opens to record with clinic date 07/12/2007.
On the Forms properties I have in the Filter field: ((Clinic.[Clinic Date]<=Now()+6)) but it's opening to the first record created. Where is my flaw?
Thanks so much in advnace for your help.
Confusing I know. Here's an example:
1st record - Clinic Date = 06/28/2007
2nd record - Clinic Date = 07/12/2007
3rd record - Clinic Date = 07/26/2007
Today's date = 07/06/2007
Form opens to record with clinic date 07/12/2007.
On the Forms properties I have in the Filter field: ((Clinic.[Clinic Date]<=Now()+6)) but it's opening to the first record created. Where is my flaw?
Thanks so much in advnace for your help.