Hi,
I have a problem trying to get a check box value from one form, as a criteria of a query in a subform.
I have 2 forms, form 2 is a subform of form 1.
form 1 has a checkbox called chk1
In form 2, there is a combo box which has a drop down field (with two options) which needs filtering depending on whether the chkbox in form 1 is clearded or not.
I have tried making a string variable, which works in form 1, but form 2 cant refernce the vaiable from form 1.
Even if it could, how do I enter the varibale in the criteria of the query.
thanks