View Full Version : How do I keep my split database associated if placed in different folders?


JimJones
09-12-2003, 12:18 PM
Hi,

I'm working on a database, where it's imperative that I split
the database from the tables, and then update just the
front end.

But, i just discovered that when placing the front end and
the back end in different directories on my same computer that the front end get's disaccociated with the table mdb.

In the future, I intend to be uploading just the front end, after any mods are made to it, but I won't be working with the
actual data tables.

Is there some properties setting I've overlooked or something?

Thanks,
Jim

Opengrave
09-12-2003, 01:26 PM
You have to re-link the tables to the 'real' back end just before distributing the .mdb.

Tools->DatabaseUtilities->Linked Table Manager

JimJones
09-13-2003, 11:32 AM
Thank You, that's all I needed to do, had
I bothered to look for it.

Jim