I modified the name of a field in a table, which is the basis of a query, which is the basis of a form. The field name was ACCT # which I discovered wasn't treated kindly when referenced in VBA. So I changed the names of all such fields in the database tables to AcctNo. After each change I refreshed the database. I checked the naming in all related queries, forms, and reports. Now when I try to open the form, I get a prompt window that says "Enter Parameter Value" and under that it says "ACCT #", and under that the choice of Ok and Close. Regardless of what is selected, Ok or Close, without entering a value, it just proceeds to open the form. Further it occurs not only entering the form, but changing from design to form view, and with any record navagation.
The underlying query has no conditions, or conditional parameters, and never did. How can I discover where this new prompt is coming from and get rid of it?
Thank you in advance for your kind attention to my annoyance.
The underlying query has no conditions, or conditional parameters, and never did. How can I discover where this new prompt is coming from and get rid of it?
Thank you in advance for your kind attention to my annoyance.