Guidance on Backend/Frontend

gear

Registered User.
Local time
Today, 02:28
Joined
Mar 10, 2007
Messages
112
A simple personal database created by me is to be deployed on a home network having two PCs. I did splitting to FE and BE. The BE shows only tables. I would like to have the guidance of experts in this forum for the following:
1. Whether BE to be copied first in the host PC?
2. FE to be copied in the other PC?
3. After copying the Access DB how to link FE and BE between the two PCs?
4. Whether data entry, edit, search etc. possible from both the PCs?
5. If I test with dummy records, how do I delete dummy records, from BE or FE?
Shall be grateful for help.
 
1. You only have one BE, so there isn't a copy
2. Each PC should have their own FE
3. Use the linked table manager
4. Yes
5. If the data is in the BE, that's where you'll have to delete it, though you could run a delete query from the FE.
 
A BIG thank you for the prompt reply.
 

Users who are viewing this thread

Back
Top Bottom