Here's a variation on your theme...
Instead of using find/filtering on your form, use a "criteria" form to allow
the user to specify their search/find/filter criteria. Then dynamically
create a query (a query is just a SQL statement, after all) behind a button
click that reflects the criteria set/selected on that form.
Regards
Jeff Boyce
Microsoft Office/Access MVP
Create a query.
Use the same selection criteria you used when you filtered your form.
Save the query.
Export the query.
Regards
Jeff Boyce
Microsoft Office/Access MVP
Ok. I am not sure how to do that.- Hide quoted text -
- Show quoted text -
I know i can just create a query. what I am trying to do is create the
query from the form any time i change any criteria. In other words
create the query on the fly. I want how the form is filtered to be the
filter criteria for the query.