Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unbound form in multiuser environment

Status
Not open for further replies.

djkoon

Technical User
Jan 19, 2005
19
US
It is multiuser environment question.

I have an Access application front end on five user’s machines
and data mdb on backend in share drive
I’m using unbound form
Is there any easy way I can prevent users from accessing a record on a form if somebody else already has it open? I.e. a message box popping up saying "Another user is looking at this record right now, come back later."?
Does Any one have any type of solution or code ?
I will appreciate .
thanks
 
I'm interested in working with unbound form
 
Don't use Dim in the Immediate Window - the following works in the IM:

Stg = "202;555;344;298;472"
Ary = Split(Stg, ";")
for a = 0 to ubound(ary) - 1 : ?ary(a) : next
 
Sorry all, my previous reply should have gone to :

thread702-1037728

I don't know how I got it in here.
 
not this was not the question
please read my question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top