T
TheNovice
Good Day All,
(Yes its me again!!!)
I have a Form with a SubForm, the main Form is from tmpHdrRoutes and the Sub
Form is from the source table.
The header information is what can change (i.e. Route Number, Clock-in etc.)
this info needs to be updated to the subform.
thanks to Beetle, and Jay I have the right code to work with, but this is
my Problem.
I need it to update multiple rows at one time.
This is what I am using.
Private Sub hdrroutes_AfterUpdate()
me.frmSubhdrRoutes_Stops.form![routes] = Me.hdrroutes
End Sub
(Yes its me again!!!)
I have a Form with a SubForm, the main Form is from tmpHdrRoutes and the Sub
Form is from the source table.
The header information is what can change (i.e. Route Number, Clock-in etc.)
this info needs to be updated to the subform.
thanks to Beetle, and Jay I have the right code to work with, but this is
my Problem.
I need it to update multiple rows at one time.
This is what I am using.
Private Sub hdrroutes_AfterUpdate()
me.frmSubhdrRoutes_Stops.form![routes] = Me.hdrroutes
End Sub