G
Guest
I have filter on a data/time field.
When I input this query it does produce the results between the specified
two dates. I have checked the values in the VBA immediate window for the
string and they are good.
When I remove the ">=Date() And " part, the filters produces the correct
result set.
So thier appears to be something wrong with the above bit of code.
Anyone have any ideas what could be goping wrong???
Please help.
=Date() And <=[Forms]![frm_dc_main_menu]![frm_dateSelection].[Form]![TextStartDate]
When I input this query it does produce the results between the specified
two dates. I have checked the values in the VBA immediate window for the
string and they are good.
When I remove the ">=Date() And " part, the filters produces the correct
result set.
So thier appears to be something wrong with the above bit of code.
Anyone have any ideas what could be goping wrong???
Please help.