S
Susan L
My query form has text boxes for StartDate and EndDate. The date range
criteria are working fine. However, I'd like my users to be able to enter a
beginning date and get all record from that date to the present. I have tried
quite a few variations in writing the criteria statement, but haven't
achieved my goal -- yet. In its most recent form, the criteria statement
reads: Like [Forms]![frm_Search]![cboStartDate] & "*" Or Between
[Forms]![frm_Search]![StartDate] And [Forms]![frm_Search]![EndDate]. This
returns all reccords.
Thinking it was logical, I tried: Between [Forms]![frm_Search]![StartDate]
And [Forms]![frm_Search]![EndDate] Or [Forms]![frm_Search]![EndDate] Is Null,
but that didn't work either.
Can anyone advise? (It is probably obvious to all that I'm new at this - but
I wouldn't be as far along as I am without this wonderful resource.)
criteria are working fine. However, I'd like my users to be able to enter a
beginning date and get all record from that date to the present. I have tried
quite a few variations in writing the criteria statement, but haven't
achieved my goal -- yet. In its most recent form, the criteria statement
reads: Like [Forms]![frm_Search]![cboStartDate] & "*" Or Between
[Forms]![frm_Search]![StartDate] And [Forms]![frm_Search]![EndDate]. This
returns all reccords.
Thinking it was logical, I tried: Between [Forms]![frm_Search]![StartDate]
And [Forms]![frm_Search]![EndDate] Or [Forms]![frm_Search]![EndDate] Is Null,
but that didn't work either.
Can anyone advise? (It is probably obvious to all that I'm new at this - but
I wouldn't be as far along as I am without this wonderful resource.)