Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input to Multipage form

Status
Not open for further replies.

ZeoGel

Technical User
May 13, 2003
28
US
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
 
Use an UPDATE query.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top