How to export a filtered list?

V

Van T. Dinh

Create a Query with criteria to select the Records you
want and then use that Query as the DataSource for your
export. The uery should be something like:

SELECT *
FROM [YourTable]
WHERE [PerState] = "Florida"

HTH
Van T. Dinh
MVP (Access)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top