Hello, I'm trying to create a parameter query and I need to reference a control(cboItemDesc) that is on a form(frmReports) that is on Page 2 of a tab control(tabctl0). The tabctl0 is on my main form(frmMain). I tried
But it didn't work. I thought I read somewhere that I don't have to reference the tab control but I tried that anyway and it didn't work either. My parameter query works fine if I reference the frmreports directly but I can't seem to nail down the syntax when it's on my main form.
Code:
Forms!frmMain!frmReports.cboItemDesc.