P
PeterM
I have a form that edits records in a table. Very basic. I have code in the
Form_Dirty event that sets the delete button to not enabled...
Me.BTN_Delete.Enabled = False
As I understand it, when data on the form is changed, Access fires the
Form_Dirty to True therefore un-enabling the delete button.
It does not work. I'm using AC2003.
Am I forgetting something? thanks for the help.
Form_Dirty event that sets the delete button to not enabled...
Me.BTN_Delete.Enabled = False
As I understand it, when data on the form is changed, Access fires the
Form_Dirty to True therefore un-enabling the delete button.
It does not work. I'm using AC2003.
Am I forgetting something? thanks for the help.