I have a query that calls a function to return a value for a Criteria, but the function is located in a form -- and the query doesn't recognize it immediately when I load the form.
I tried moving the function to a module, but then some of the code in the function calls a Combo box in the form...