A
Alan Gillespie
I am working on a multiuser Db system... I am generating
my own record indexes (instead of using an Autonumber
field)... ok, so here is my problem: multiple user will be
using this system concurrently a problem occurs when one
user is adding a record and at the same time another user
is also adding a new record... this results in the
same 'unique' index being generated for both users. What
I would like to do is have the 'New' button in my form to
be disabled (for all other users) after one user has
started entering a new record and then have it enalbed
again after the record has been entered. Does anyone have
any suggestions on how to go about doing this?... any help
would be much appreciated!
my own record indexes (instead of using an Autonumber
field)... ok, so here is my problem: multiple user will be
using this system concurrently a problem occurs when one
user is adding a record and at the same time another user
is also adding a new record... this results in the
same 'unique' index being generated for both users. What
I would like to do is have the 'New' button in my form to
be disabled (for all other users) after one user has
started entering a new record and then have it enalbed
again after the record has been entered. Does anyone have
any suggestions on how to go about doing this?... any help
would be much appreciated!