I have a form that creates a filtered report based on user criteria. The users may wish to save the filter (which is a query).
My thought is that I should create a temporary table that holds the data that the query retrieves. That way, users can come back later and access the data (in the table) by opening the form or by running the report.
I think that the way to go about this is use a Make Table query when a button is clicked. Is there a way to do this? Is there a way to dynamically prompt the user for a table name, then create the table based on the query?
Would appreciate feedback on my idea or recommendations if there is a better concept.
Thank you, in advance.
My thought is that I should create a temporary table that holds the data that the query retrieves. That way, users can come back later and access the data (in the table) by opening the form or by running the report.
I think that the way to go about this is use a Make Table query when a button is clicked. Is there a way to do this? Is there a way to dynamically prompt the user for a table name, then create the table based on the query?
Would appreciate feedback on my idea or recommendations if there is a better concept.
Thank you, in advance.