B
BobV
Group:
Can an event on a form be called from a VBA module? For example, after the
VBA code in the module enters a value in the COST field of the form, I would
like to call the Cost field's After Update event (Private Sub
Cost_Fed_AfterUpdate). By calling the After Update event, this will force
the form to be recalculated. I know that I will have to remove the word
Private from the After Update event, but I don't know what the VBA code
would be to refer to the event.
What is the VBA statement to reference the Cost_Fed_AfterUpdate event that
is located on the form named Form1 (if this can be done)?
Thank you for your help.
BobV
Can an event on a form be called from a VBA module? For example, after the
VBA code in the module enters a value in the COST field of the form, I would
like to call the Cost field's After Update event (Private Sub
Cost_Fed_AfterUpdate). By calling the After Update event, this will force
the form to be recalculated. I know that I will have to remove the word
Private from the After Update event, but I don't know what the VBA code
would be to refer to the event.
What is the VBA statement to reference the Cost_Fed_AfterUpdate event that
is located on the form named Form1 (if this can be done)?
Thank you for your help.
BobV