Reading a query with VBA

  • Thread starter Thread starter dhstein
  • Start date Start date
D

dhstein

I can open a recordset and read in a table to process the records. Is there
a way to open a query for reading? I'd like to use the results of a query to
process some specific records. Thanks for any help you can provide.
 
You can open a recordset and read in a query in the exact same way as a
table. You can also read in the Select statement, or create a querydef and
read that in.
 

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

Similar Threads


Back
Top