Re: Multiple Users entering data at same time
- From: "Keith Wilby" <here@xxxxxxxxx>
- Date: Wed, 19 Mar 2008 14:50:39 -0000
"Karen" <Karen@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:F3D43BDC-6D15-4B92-A94C-5756D64DB5FB@xxxxxxxxxxxxxxxx
Hi
I have created a database where multiple users from different departments
need to check off a check box on a form (different check box for each
department) but can be done at the same time. Can I have multiple users on
the same database maintaining different fields at the same time, but all are
doing it on the same form.
There are two issues here, database splitting and record locking. You should split your database and provide each user with their own user-interface file (aka "front-end"). Failure to do this leaves you open to the possibility of file corruption.
Record locking will only be an issue if two or more users try to edit the same *record* simultaneously.
Post back if you need more info.
Keith.
www.keithwilby.com
.
- References:
- Multiple Users entering data at same time
- From: Karen
- Multiple Users entering data at same time
- Prev by Date: Multiple Users entering data at same time
- Next by Date: Security in a Terminal Services Environment
- Previous by thread: Multiple Users entering data at same time
- Next by thread: Re: Multiple Users entering data at same time
- Index(es):
Relevant Pages
|