(Solved) Form, but not query demands parameters
I have a form that is based on a query. When I run the query just as a query (viewing it as a table) it works without a hitch. When I open the form that is based on it it keeps demanding for parameters from textboxes in a different form. A form that is separate from said query.
I already checked parameters in the query (there are none) and have also checked the Object Dependancies for the query and the form as well as the SQL of the query. I can't find any cause for these parameters in any of these places. Is there something that might be hiding elsewhere in the form?
This is almost the same to a previous problem I had but the solutions that I were led to in that thread (namely the Object Dependencies & SQL) don't seem to work here. Any suggestions?
I have a form that is based on a query. When I run the query just as a query (viewing it as a table) it works without a hitch. When I open the form that is based on it it keeps demanding for parameters from textboxes in a different form. A form that is separate from said query.
I already checked parameters in the query (there are none) and have also checked the Object Dependancies for the query and the form as well as the SQL of the query. I can't find any cause for these parameters in any of these places. Is there something that might be hiding elsewhere in the form?
This is almost the same to a previous problem I had but the solutions that I were led to in that thread (namely the Object Dependencies & SQL) don't seem to work here. Any suggestions?
Last edited: