>> Split the back-end from the front-end, keep the back-end in Access 97
>> (Jet 3.51) format, do your development work using Access 97, convert
[quoted text clipped - 8 lines]
> Thank you. Can you point me to a detailed discussion/description of
> how to split BE from FE?
Copy the file naming the new copy whatever name you want to use for the back
end. In the back end file delete all objects except the tables, then move
it to the desired location on the network.
In your front end file delete all the tables. Then use "File - Get External
Data - Link Tables" to create links to all of the tables in the back end
file. Navigate to the back end file through "Network Neighborhood - Entire
Network" so that your links end up using a UNC path
(\\ServerName\ShareName\) instead of a mapped drive letter. That will
ensure that it works the same for all users on your LAN.
All users will need FULL permissions to the folder where you place the back
end.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Bob M - 30 Sep 2005 21:00 GMT
Helpful Hint:I usually name my backends using _be eg. if the frontend on each
computer is Cusomers.mdb, the backend on the server is Customers_be.mdb. It
makes it a lot easier to determine what goes with what.
>>> Split the back-end from the front-end, keep the back-end in Access 97
>>> (Jet 3.51) format, do your development work using Access 97, convert
[quoted text clipped - 15 lines]
>All users will need FULL permissions to the folder where you place the back
>end.
Rob G - 04 Oct 2005 15:56 GMT
This thread is one of the most useful and straight forward problems and
responses I have ever seen on a newsgroup. Great job everyone.
> Helpful Hint:I usually name my backends using _be eg. if the frontend on each
> computer is Cusomers.mdb, the backend on the server is Customers_be.mdb. It
[quoted text clipped - 19 lines]
> >All users will need FULL permissions to the folder where you place the back
> >end.
Bob M - 06 Oct 2005 21:32 GMT
I would recommend that you don't give all users Full control. Keep this for
you and a backup person. Give the users Modify rights. Full control should
be for the db manager(s) only. The manager(s) are the only ones who should
be assigning security to users and that's what Full allows.
>>> Split the back-end from the front-end, keep the back-end in Access 97
>>> (Jet 3.51) format, do your development work using Access 97, convert
[quoted text clipped - 15 lines]
>All users will need FULL permissions to the folder where you place the back
>end.