I am trying to move the location of two combo boxes to a different form, but it is not working very well. the two combo boxes are cmbEmployeeID and cmdPerformance. I am trying to move them to a subform that pops up from another form.

I copied everything exactly, the row source is exactly the same, and I added the reference in the forms Record Source. (seen below)

cmbPerformance RowSource
Code:
SELECT STAT_Performance_LT.PerformanceID,
...