add new table in splitted database

  • Thread starter Thread starter Smoki
  • Start date Start date
S

Smoki

I made database, and I splitted my tables into another .mdb file. But, I want
to add one more table in database, and when I create it, it is not splitted.
How to do that?
I tried, but I splitt it in another .mbd file, but I would like to have all
splitted tables in one file. How?

Smoki
 
Add the table to the back-end MDB, then link to the new table in the
front-end MDB, using File | Get External Data | Link Tables on the menu.
 
Back
Top