Hi I have an unbound field that once a variable is selected I want it to input it into a text box on a Multipage form.
Currently I have the current code and it works only for the first set of records or the record that has focuse is there a way to set it on all the records that show on the multipage form.
Private Sub Combo47_AfterUpdate()
Me![CourseID] = Me![Combo47]
End Sub
Currently I have the current code and it works only for the first set of records or the record that has focuse is there a way to set it on all the records that show on the multipage form.
Private Sub Combo47_AfterUpdate()
Me![CourseID] = Me![Combo47]
End Sub