K
kennykee
I got a form and a subform
form = fruit , (field = Name)(combo Box)
subform = mass , (field = Weight)
Question : How can i run the (Weight_afterupdate) using (Name_afterupdate)
in VBA?
Let say the form and subform do not have the same source(subform inside the
form)
In short, what code to be used in the (Name_afterUpdate( )) to run
(Weight_afterupdate( )(subform))?
Any solutions?
Thanks in advance
Kennykee
form = fruit , (field = Name)(combo Box)
subform = mass , (field = Weight)
Question : How can i run the (Weight_afterupdate) using (Name_afterupdate)
in VBA?
Let say the form and subform do not have the same source(subform inside the
form)
In short, what code to be used in the (Name_afterUpdate( )) to run
(Weight_afterupdate( )(subform))?
Any solutions?
Thanks in advance
Kennykee