Import or Link Tables?

H

HMote

My database is in a MS SQL Server which I want to update when I update
anything in the *.mdb...Would I want to import these tables or link these
tables? Thanks for the help!
 
F

fbenson

You link to the MS SQL Server using ODBC connection. The MS SQL Server
connection can not be read only in order for you to update data.
 
Top