G Guest Oct 17, 2006 #1 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.
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 Oct 17, 2006 #2 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 *
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 *