SQL Statement and Microsoft Access Query

D

Duane Hookom

You can use code like:
Currentdb.QueryDefs("qselYourQuery").SQL = "SELECT ...."
This requires a reference to the DAO object library.

--
Duane Hookom
MS Access MVP


Breeze said:
How would I change the SQL statement behind a particulary query using vba
..
 

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