Adding new tables after splitting the database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Back
Top