G
Guest
Hello,
I have a form with a subform within and users update fields on this subform.
In AfterUpdate on fields in the subform I want to lock, I put Me.AllowEdits
= False and it works perfectly. However, I would like the user to be able to
update this field only once and then lock it forever (or update it in the
main table instead of the form later). Currently, it only sticks for that
current open window session. Any way to get this to stick?
Thank you.
I have a form with a subform within and users update fields on this subform.
In AfterUpdate on fields in the subform I want to lock, I put Me.AllowEdits
= False and it works perfectly. However, I would like the user to be able to
update this field only once and then lock it forever (or update it in the
main table instead of the form later). Currently, it only sticks for that
current open window session. Any way to get this to stick?
Thank you.