Saving filter results as a table

M

Mark Watlock

Using Access XP.
Is it possible, and if so how, to save the results of
filter applied to a table as a separate table. Thank you
in advance.
 
A

Allen Browne

Easy to do with a query:

1. Create a query into your table.

2. Apply the same criteria.

3. Change it to a Make Table query (Make Table on Query menu).
 
Top