Adding new tables after splitting the database

B

Bobk

If you need to add more tables after splitting the database where do you do
this? Can you do it in the _be.mdb area and connect the tables to the .mdb
where the forms and queries reside or do you add them to the .mdb area and do
another split?
 
R

rico

Yes, create them in the _be.mdb (backend) file then in your .mdb (front end),
go to:

File > Get External Data > Link Tables

HTH

Rico
 
Top