R
RBM
I have an Update button on a form that, on Click,
rechecks/updates certain data (there is a sub
called "UpdateButton_Click()") I would like to be able to
call that event procedure from a SubForm. For example,
when I change a customer name in the subform, I would like
to have the CustomerName field On Change property call the
UpdateButton_Click.
When I enter a line in the CustomerName, OnChange event
procedure that says: "Call UpdateButton_Click", I get an
error message saying "Sub or Function not defined".
Any ideas??? Thanks in advance.
rechecks/updates certain data (there is a sub
called "UpdateButton_Click()") I would like to be able to
call that event procedure from a SubForm. For example,
when I change a customer name in the subform, I would like
to have the CustomerName field On Change property call the
UpdateButton_Click.
When I enter a line in the CustomerName, OnChange event
procedure that says: "Call UpdateButton_Click", I get an
error message saying "Sub or Function not defined".
Any ideas??? Thanks in advance.