Link to home
Start Free TrialLog in
Avatar of yasanthax
yasanthaxFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Backend and Front end DB required?

Require general advice if a backend and frontent Database is required
I need to design a database used by 8 persons ad 5 of them will cover same area and have overlapping data input into some of these tables.  Most likely they should not overlap records.

(1) Does the database need to split up so more than one person can access records.
If so is there any examples of setting up basic  dbo script for inserting data.  Assume everything has to be wrapped in a dbo transaction.
(2) Temp tables required where frequent data entry is completed/updated by multiple users.
(3) field locking recommended for memo field?  Any examples of basic code that can be used?

Thanks
SOLUTION
Avatar of DatabaseMX (Joe Anderson - Former Microsoft Access MVP)
DatabaseMX (Joe Anderson - Former Microsoft Access MVP)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial