Barnabas Molnar 2.Jun.11 07:18 AM a Web browser ApproachAll ReleasesWindows XP
Hello,
I have a database created for follow up proposes.
This is tracking and follow up shipments travelling, so the dates and times are crucial.
I want the users to be able to run it the most simpliest way.
Problem:
I'm not able to run a pre-defined search/find using a macro.
The task looks very simple:
The user enters the start date (Var) and the end Date(var) selects some other criteria (optional) push the button, and the macro drops the user to the worksheet view and show the necessary records.
In the 'saveable' finds using find assistant I can not use '@var field' as it does not allow....
If I use 'manual' find in view that is very effective, but it stops all macros,m and does not allow to write in the fields with macro....
I dont want my users to use manual find as they would resist to use, due to it is not comfortable for them...
What is the solution for using var field to find records between dates?