G
Guest
About the problem:
When my form opens, parameter prompts appear, but the parameters reference
controls on the form that is the process of opening. If I skip through the
prompts, then after the form opens all the form and all references work just
fine. How can I get rid of these useless prompts?
About the form:
The form is unbound. The form has 3 combo boxes providing input to three
list boxes. The list boxes are bound to either a select query or a union
query that references the combo boxes as query criteria. If I delete the
parameters in the queries I get an error. The only code on the "form open"
event relates to hiding some misc labels on the form.
Final note
The strange thing is that this behavior appeared after I made a copy of the
DB and removed some of the references on the copy in order to see how to make
it more compatible with the access installation on another computer. This
behavior occurred in the copy, but I was surprised that it repeated in the
original file although all original references are unchanged.
Many thanks in advance for your input.
When my form opens, parameter prompts appear, but the parameters reference
controls on the form that is the process of opening. If I skip through the
prompts, then after the form opens all the form and all references work just
fine. How can I get rid of these useless prompts?
About the form:
The form is unbound. The form has 3 combo boxes providing input to three
list boxes. The list boxes are bound to either a select query or a union
query that references the combo boxes as query criteria. If I delete the
parameters in the queries I get an error. The only code on the "form open"
event relates to hiding some misc labels on the form.
Final note
The strange thing is that this behavior appeared after I made a copy of the
DB and removed some of the references on the copy in order to see how to make
it more compatible with the access installation on another computer. This
behavior occurred in the copy, but I was surprised that it repeated in the
original file although all original references are unchanged.
Many thanks in advance for your input.