G
Guest
Hello,
I have a main form [PreDeliveryOrderFrm] and Subform
[Predeliveryorderdetailsfrm]
I use the afterupdate event to pass a value from the main form to the
subform.
I use the following code which works however the value is only being pass to
the first line in the subform instead of all lines.
Please Help
Private Sub ManifestConsignee_AfterUpdate()
Predeliveryorderdetailsfrm.Form!predeliveryCustID = [predeliveryCustID]
End Sub
I have a main form [PreDeliveryOrderFrm] and Subform
[Predeliveryorderdetailsfrm]
I use the afterupdate event to pass a value from the main form to the
subform.
I use the following code which works however the value is only being pass to
the first line in the subform instead of all lines.
Please Help
Private Sub ManifestConsignee_AfterUpdate()
Predeliveryorderdetailsfrm.Form!predeliveryCustID = [predeliveryCustID]
End Sub