subform

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I have a main form
named, "formClassRegistrationByCalendar", which has a
subform named, "subformEmployeePassword" on it. I am
trying to populate a text box, "EmployeeID" on the main
form with a field from the subform, "EmployeeID". I have
tried several ways of referring to the subform field, but
I am not getting this to populate the text box on the main
form.

I tried using the control source:

Forms![formClassRegistrationByCalendar]!
[subformEmployeePassword].EmployeeID
 
Back
Top