How to convert a query into vba code?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!

I want to convert al my queries into vba code... Is this possible? Is a
program or routine out there that could possibly help me? Is there a
tutorial?

Thank you.
 
Don't do it, stored queries are generally much faster then dynamic sql.
 
Simple,
go to design view, then go to code view, run Compile.

works great.

RK
 

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

Back
Top