I’m checking to see if a value in one form for a combobox is the same is a value in another forms combobox.
What I did is I used the Forms!frmForm2!combo1 = Forms!frmForm1!combo1
When I use this in my Form1, it’s saying that it can’t find my Form2. When I open my Form2, then it works fine.
Should I be checking against a table or a query value instead of checking the form value?
I really don’t want to open the other form.
Thanks.
What I did is I used the Forms!frmForm2!combo1 = Forms!frmForm1!combo1
When I use this in my Form1, it’s saying that it can’t find my Form2. When I open my Form2, then it works fine.
Should I be checking against a table or a query value instead of checking the form value?
I really don’t want to open the other form.
Thanks.