vba - Dependent queries and referencing subform controls -
status
In my database there are many questions and a form, let's call them I have many forms with the same structure as Now, when I try to use Query1a Query1b , and Query2 , and Form1 . Form1 control Text1 , ComboBox1 , and one button command1 . Question 1A and 1B reference control on Form1 obviously, eg a SELECT Forms! Form1! Expr1 as text1 Question 2 depends on the query 1A and 1B. Command1 run DoCmd.OpenQuery "Query2" click, and everything works fine. The problem
Form1 , and I want to put them all in one navigation tab. I create - & gt; Navigation - & gt; Drag the horizontal tab and form1 on any tab. Form1 in the Navigation form, then I ask for the value of the pop up Text1 , Because query1a it
Comments
Post a Comment