Linking a split database

T

Tony Williams

Hi all!
I have a split database. I have updated the back end with new forms etc. I
know this sounds a simple question but how do I update to my new version? Do
I just give the amended back end the same file name and copy it into the
existing directory. Will the links still be there? Obviously because I am
doing this on two different machines the directory and drive references will
be different. How do I edit them to make the old front end speak to the new
back end?
TIA
Tony Williams
 
J

John Vinson

Hi all!
I have a split database. I have updated the back end with new forms etc. I
know this sounds a simple question but how do I update to my new version?

Ummmm... the backend should have Tables, and ONLY tables. Why are
there forms etc. *in the backend*?
Do
I just give the amended back end the same file name and copy it into the
existing directory. Will the links still be there? Obviously because I am
doing this on two different machines the directory and drive references will
be different. How do I edit them to make the old front end speak to the new
back end?

Please explain a bit more about what you're updating and where. You
may indeed need to use Tools... Database Utilities... Linked Table
Manager in the frontend to relink to the tables in the backend, if (as
I suspect) you have actually upgraded the *frontend*. You can also use
VBA code in the frontend to automatically do the relinking.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top