Un-splitting a database

  • Thread starter Thread starter W. Guy Delaney
  • Start date Start date
W. Guy Delaney said:
Once a database is split, how can you un-spilt it?

In the front end file delete the links then import the tables. You'll have to
recreate the relationships.

Or

Open the back end file and import all of the objects from the front end in which
case you won't have to redo all your relationships.

Both of the above will likely lose any security settings on the imported
objects.
 
Back
Top