Referenced object on subform gets "object doesn't support this property or method"

  • Thread starter Brandon Schultz
  • Start date
B

Brandon Schultz

I have a popup form that does a record search and I am trying to get
the selected record copied to a combo box in a tab on a subform which
is on a form. The code looks like this:

Private Sub cmdOk_Click()
Forms![frmPlantTrials].
[fsubPass1].tpage1stPass.cboPrimaryUnwind = lstSearch
End Sub
 
G

Guest

Forms![frmPlantTrials].
[fsubPass1].Form.tpage1stPass.cboPrimaryUnwind = lstSearch
 

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