I have a main form called "Form1"
Inside this form I have a command box called "x".
When you click on "x", it shows another form called "Form2"
Inside "Form2" there is a combo box called "y".
I am trying to get to "y" from "Form1" inside access vba.
I tried doing this but its not working
Please can someone help me?Code:Me.Controls("x").Forms("Form2").Controls("y")
Thank You