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
 
Top