How do you allow only one user at a time to edit a form?

I have picked up support of a database and the programmer had coded such that only one user can edit the form at a time. Unfortunately upon exit, a save yes/no message appears but if you select No, it saves anyway. So, I need to either fix this or start from scratch on allowing only one user to edit a form at a time AND allowing to exit without saving.

Thanks in advance, Paul

Subject: How is the restriction happening?

Try enabling “Allow document locking” in the database properties. This will make sure only one person edits and also will apply to all forms in the database.

Subject: Thanks

Thanks for the “Lock Document”! Worked beautifully.

Subject: Document locking

Have a look at Document Locking in the Designer help.

Subject: Thanks

Thanks for the “Lock Document”! Worked beautifully.