E
Emergency Power
I have a menu that opens up a customers form. In vb "on Open" or "on
current" I code:
txtCompany.SetFocus
Form_frmPos2.AllowEdits = False
I can still edit when I open the form. If a navigate to another record,
then I can not edit until I use my edit button, which is what I want.
What am I doing wrong?
Thank you for any help!
current" I code:
txtCompany.SetFocus
Form_frmPos2.AllowEdits = False
I can still edit when I open the form. If a navigate to another record,
then I can not edit until I use my edit button, which is what I want.
What am I doing wrong?
Thank you for any help!