Save query as a table

N

Newbie

or . . . .
1) create table with all necessary primary keys and indexes
2) code so that you create a recordset of your query
3) add each record of the recordset to your table

Remember to delete all existing records from the table if you only want the
records in the recordset each time

HTH

Al
 

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