Importing Data Using ODBC Connection

S

Simon

Hi There,

I want to import data into a MS Access database from a SQL Server database
using an ODBC Connection. I then need to create a macro to manipulate the MS
access data. I only want to manipulate the access data, I don't want to
change/manipulate the original data (the data in the SQL) server. If I
create a macro to iterate over my MS Access database and make updates to that
data, is it going to update the data in the SQL Server as well? I hope it
wont.

Thanks.
Simon
 
R

Rick Brandt

Simon said:
Hi There,

I want to import data into a MS Access database from a SQL Server
database using an ODBC Connection. I then need to create a macro to
manipulate the MS access data. I only want to manipulate the access
data, I don't want to change/manipulate the original data (the data
in the SQL) server. If I create a macro to iterate over my MS Access
database and make updates to that data, is it going to update the
data in the SQL Server as well? I hope it wont.

If you imported the data into local tables it won't. If you created links
then it will.
 

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