subform

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top