Sure. This is a big topic, but in general you can declare a DAO or
ADO recordset and read, update, insert and delete records in SQL
Server tables from VBA.
If your intent is to move data currently in a Jet database to an SQL
database, the easiest way is to link to both tables and use an append query
to copy data from the mdb to SQL.
If you are talking about day to day data operations, then Jeff provided the
correct answer.
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.