Need to update subform (continuous form)field from value from main form.
Main form filed "truckno"
Subform field "truckno_out"
tried the code
Me.out_Subform.Form.truckno_out = Me.truckno.Value
but it updates only first record.
Is there any way I can update all the line of records in subform using vb
TIA
Main form filed "truckno"
Subform field "truckno_out"
tried the code
Me.out_Subform.Form.truckno_out = Me.truckno.Value
but it updates only first record.
Is there any way I can update all the line of records in subform using vb
TIA