yes I have been searching and I cant find the answer
basically I have two buttons to open a form called frmInvoice, one button I want to open the form and allow edits, the other to not allow edits
the code is being run from frmMenu
I tried the obvious
but it didnt work
thanks
basically I have two buttons to open a form called frmInvoice, one button I want to open the form and allow edits, the other to not allow edits
the code is being run from frmMenu
I tried the obvious
Code:
frmInvoice.AllowEdits = False
thanks