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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Lock

Status
Not open for further replies.

napoleao

IS-IT--Management
Feb 20, 2002
172
PT
I have split a database so it could be multi-user, my question is, how can I lock a form when someone opens it? I want to ake sure that two users are not editing the same data.

thanks
 
Since every user has their own front end (or at least I hope they do) then you can not lock the form because each user has their own instance of the form. AFAIK there is not possible way to determine which forms other users connected to your back end are running. However, you can determine which records are currently being edited by other users.

You should be worrying about how you lock the records not the form. Maybe here:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top