VBA with SQL documentation

B

Bill Yule

Keywords: Visual Basic Applications Project SQL Documentation

I’m developing some macros in VBA for Project. One of my objectives is to
populate a table in Access. My big question is how do I process SQL
statements in VBA? I’ve set up a DSN using the Access ODBC driver
distributed with my system (XP). I know that I have to open the DB, connect
to the DB and select the table I want. My big problem is where do I find
documentation on the object(s), methods, etc. for SQL calls in VBA?
Thanks, Bill
 

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