P
Patrick Graham
I have a sub routine called lbxClientLkUp_AfterUpdate()
belonging to a list box in the parent form, and which I
have made public.
In a sub form I want to have the code in that sub routine
run when btnCancel is clicked.
How do I call the public subroutine in the parent form
from the subform?
It keeps saying the sub is not defined.
belonging to a list box in the parent form, and which I
have made public.
In a sub form I want to have the code in that sub routine
run when btnCancel is clicked.
How do I call the public subroutine in the parent form
from the subform?
It keeps saying the sub is not defined.