How do I keep my split database associated if placed in different folders?

JimJones

Registered User.
Local time
Today, 06:35
Joined
May 6, 2003
Messages
78
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
 
You have to re-link the tables to the 'real' back end just before distributing the .mdb.

Tools->DatabaseUtilities->Linked Table Manager
 
Thank You, that's all I needed to do, had
I bothered to look for it.

Jim
 

Users who are viewing this thread

Back
Top Bottom