If you have not split the database into two parts, a front-end and
back-end, that's where I would start. From your description of the problem,
it appears like your database is a single file that is saved in a network
folder and gets 'locked' whenever a person opens the file.
A Brief Explanation
The back-end is commonly kept (stored) in a network folder where each
intended user is given access to the folder (a network administrator can
help setup a share). Security is the concern here--you don't want people
getting access that don't need it.
The front-end is commonly installed on the client machines, your
computer. However, unlike the back-end, the front-end application has
'linked' tables to the back-end. You can use UNC or drive mapping to make
the connection to back-end tables.
TIP: Its good practice to save the front-end application in the same folder
on each computer--you'll thank me later. For example:
C:\Program Files\CompanyName\ApplicationName\ApplicationFile.mdb
If you have questions, keep'em coming.
Best regards,
Todd
Once a form is opened in the database other users are unable to open the
database. Hod do I compensate for this in access.