H
Henry
What is the difference between link and import a database?
Henry
Henry
Chris O'C via AccessMonster.com said:You can't link or import a database but you can link to and import tables in
other dbs. A table is a 2 dimensional structure (columns and rows) that
contains a collection of data. If you link to a table in another db and
change the data, you'll see those changes in the linked table in your current
db and in the table in the other db where the data is stored (which is where
those changes are actually being made). If you import the table from the
other db and make changes to it in the current db, the original table is
unaffected by those changes.
Chris
Microsoft MVP