Record locking in Forms

C

Colin Chaney

I've got about 30 users logging call onto a Data Base at
the same time, every now and then it will tell the user
that the form is currently lock for editing. Non of the
users are editing the same query, but all of them are
writing to the same Data Base.

What am I to do to get rid of this problem.
 
L

Lynn Trapp

I'm not exactly sure what the scenario is. You mention a Form being locked
for editing and you also mention editing a Query. When you say "edit" are
you referring to simply entering and updating data or making structure and
design changes to the Form and/or Query?
 
T

TC

TC said:
Your database is probably not using record level locking - and it
apparently has not been programmed to allow for this!

By which I mean:

Your database is probably not using record level locking, *and*, it
apparently has not been programmed to allow for the effects of record
locking conflicts.

TC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top