lock data from form unless opened for editing

C

cacacaconnie

I have created a purchase order form. I am looking for a way to lock the data
on each form until an edit button is activated.
 
S

strive4peace

form OnCurrent event:

me.allowedits = false

button code:

me.allowedits = true


Warm Regards,
Crystal
*
:) have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
 
Top