S
senseinobaka
Greetings Board:
How can a tabular form be filtered by date.
This is what I have tried:
I made a tabular form that is linked to my "customer visits" table.
I added two text boxes onto the tabular form's heading named Box1 and Box2.
I made a command button that when clicked runs an applyfilter macro.
the macro is linked to a query that searches the customer visit table by
date, the criteria is:
|| Between Forms!Formname!Box1 And Forms!Formname!Box2 ||
I also tried:
|| Between #Forms!Formname!Box1# And #Forms!Formname!Box2# ||
Please help me is a better way to do this. All I get when I click the cmd
button an error dialouge.
How can a tabular form be filtered by date.
This is what I have tried:
I made a tabular form that is linked to my "customer visits" table.
I added two text boxes onto the tabular form's heading named Box1 and Box2.
I made a command button that when clicked runs an applyfilter macro.
the macro is linked to a query that searches the customer visit table by
date, the criteria is:
|| Between Forms!Formname!Box1 And Forms!Formname!Box2 ||
I also tried:
|| Between #Forms!Formname!Box1# And #Forms!Formname!Box2# ||
Please help me is a better way to do this. All I get when I click the cmd
button an error dialouge.