1) How to UnSplit a database? 2) How to move back end ?

  • Thread starter Thread starter Will
  • Start date Start date
W

Will

1 - How can I UnSplit a database so the front end and back end are all back
in the same file again?
(We may or may not want to do this but want to find out how if we
decide to do it.)

2 - How can we move the back end to another server or folder on the
system... and make all the front ends point to it?

3 - Any problem if we attempt to modify tables in the back end from one of
the remote front end app's?
(The peer to peer computer we have the back end on doesn't have Access on
it.)

thanks for any help.
 
Will said:
1 - How can I UnSplit a database so the front end and back end are all
back in the same file again?
(We may or may not want to do this but want to find out how if we
decide to do it.)

Import the tables to the front end or copy the other features to the
back end. (note always use copies when playing like this.) Then
reestablish the data sources.

2 - How can we move the back end to another server or folder on the
system... and make all the front ends point to it?

Re-link the front end to the tables in the back end.
3 - Any problem if we attempt to modify tables in the back end from
one of the remote front end app's?

You will still need access on the remote computer. Only the data file
is accessed on the server.
 

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

Back
Top