list box row source reference

M

Mark

I have a list box that I want populated from a field on a
subform. The control source of the list box
is "EmployeeID". I have tried using the following in the
row source:

Forms![formClassRegistrationByTitle]!
[subformEmployeePassword].Form![EmployeeID]

but nothing seems to be working.

1. main form = formClassRegistrationByTitle
2. subform = subformEmployeePassword
 

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