Hi everyone.
I have 1 query used in two identical forms.
All the comboboxs of both forms are the same, and used as criteria for the query
but If i have one of the forms closed I get a pop out box asking for the criteria value of the closed form.
It is also happening when I add that form to a navigation form. Every time I switch from form to form it pops out the criteria window.
on the criteria I'm using Like "*" & [Forms]![MyForm1]![combo1] & "*"
Any idea on how to ignore the criteria pop out box?
Thanks so much