1 table in 2 files

PedRocK

New member
Local time
Today, 19:03
Joined
Feb 12, 2005
Messages
8
Hi, [access 2000 or 2003]

Is there a way i can use one table shared & updated in 2 access files? if yes what are the conditions please

thank you
 
You can link from an Access application to an external file. So you could hold your common table in of of your two applications and link the second one to that, or you could set up a third mdb to hold your file and link the two applications to that. You can add, edit and delete data in a linked file, but you can't change the table structure or the datatypes.
 

Users who are viewing this thread

Back
Top Bottom