Hi,
If I have 2 date fields (start_date and end_date)
And I want o create a query, that captures everything either on or betwen those 2 dates.
Would my query be
On the start date field.
>=[Forms]![frm_PRC_Yes_search]![txt_date_start]
Then on the end Date
<=[Forms]![frm_PRC_Yes_search]![txt_date_end]
I think it is, but just want to make sure that I'm not leaving data out.
If I have 2 date fields (start_date and end_date)
And I want o create a query, that captures everything either on or betwen those 2 dates.
Would my query be
On the start date field.
>=[Forms]![frm_PRC_Yes_search]![txt_date_start]
Then on the end Date
<=[Forms]![frm_PRC_Yes_search]![txt_date_end]
I think it is, but just want to make sure that I'm not leaving data out.