Hi, forum.
I'm struggling to figure out how to refer to a control without using VBA.
Here's the scenario:
I have a main form with a navigation control inside, it also has a few comboboxes. The navigation control has a subform. When I'm entering a new record in this subform, I'd like it to pull the selected value in on of the comboboxes inside one of the fields of the form, however, I can't figure out how to do this.
Also, I'd prefer not to use VBA for this one, I'm guessing there's a simple trick.
What I tried is adding forms!frmMain!cboBox in the criteria of the field inside the form's query design.
What can I do to put the value from the main form inside the field in the subform?
Thank you in advance. If you need an example, I can post my file.
I'm struggling to figure out how to refer to a control without using VBA.
Here's the scenario:
I have a main form with a navigation control inside, it also has a few comboboxes. The navigation control has a subform. When I'm entering a new record in this subform, I'd like it to pull the selected value in on of the comboboxes inside one of the fields of the form, however, I can't figure out how to do this.
Also, I'd prefer not to use VBA for this one, I'm guessing there's a simple trick.
What I tried is adding forms!frmMain!cboBox in the criteria of the field inside the form's query design.
What can I do to put the value from the main form inside the field in the subform?
Thank you in advance. If you need an example, I can post my file.