dulla
Technical User
- Feb 3, 2003
- 54
i am trying to load the value of a field in one form (Clients Information) to the value of a field in another form (Workshop Attendees). The button with the event is located in a subform of Clients Information called Counseling Session (1 to many). Once the proper workshop is chosen from counseling session form, i would like for the name on the parent form (Clients) to be loaded into the name field on another form called Workshop Attendees. when i try this, i get an error "Microsoft Access cannot find the form Workshop Attendees referred to in a macro expression or visual basic code":
Private Sub Workshop_Enter_Click()
Forms![Clients Information]![Last Name].Value = Forms![Workshop Attendees]![Last Name].Value
End Sub
What should i do?? thanks.
ameen
Private Sub Workshop_Enter_Click()
Forms![Clients Information]![Last Name].Value = Forms![Workshop Attendees]![Last Name].Value
End Sub
What should i do?? thanks.
ameen