I have developed several multi-user databases, and keep reading about how you should always split multi-user apps into a front end and back end. I have a couple questions.
1. Does splitting make record locking and simultaneous updates of the same record MORE or LESS of a problem?
2. Does the front end REALLY need to go on the user's local machine, or can they get the same benefits of only pulling necessary data from the back end if they use a front end that is also on the server? I am either in constant fiddle mode on the forms and reports, (thanks to supervisors who always want to make "one more little change") or my users would have no idea how to install a new version. I would much rather maintain ONE live version of the front end than worry that everyone has the most recent version.
-------------------
Rob Foye
Database Management
Regions Bank
1. Does splitting make record locking and simultaneous updates of the same record MORE or LESS of a problem?
2. Does the front end REALLY need to go on the user's local machine, or can they get the same benefits of only pulling necessary data from the back end if they use a front end that is also on the server? I am either in constant fiddle mode on the forms and reports, (thanks to supervisors who always want to make "one more little change") or my users would have no idea how to install a new version. I would much rather maintain ONE live version of the front end than worry that everyone has the most recent version.
-------------------
Rob Foye
Database Management
Regions Bank