I have a form - RunQuery
And I have a query - Q2
The form has text boxes for dates txtStart2, txtEnd2
On button click I have a macro
Query Name Q2
view Datasheet
datamode edit
The query will open
The query has a field Assigned which is Date/Time
In my query design view I have this as the criteria:
>[Forms]![RunQuery]![txtStart2] Or <[Forms]![RunQuery]![txtEnd2]
I also have filter on load set to yes.
However the filter does not seem to work.
Any ideas what is missing or wrong?
thanks