S
Shaun Rucker
I am working on normalizing a database that has a switchboard that leads to
multiple forms that have individual queries behind them. Each query (and in
turn, form) uses many of the same fields; however, the designer created a
different field for each query. For instance, instead of just "Amount",
there are 8 different Amount fields (one for checks, one for wires, one for
posting documents, etc.) So, I am re-aligning everything to use the same
fields wherever possible.
Now for my problem. On one of the queries, I changed it to align with my
new field names. I also changed the name of the query and form. On the
switchboard, there is a button to open each form. I went in to the Visual
Basic code for the button that opens this form and changed it's name; all I
changed was the name and i copied and pasted it to ensure accuracy.
But, now when I click the open button, it gives me a pop up box that says,
"Enter Parameter Value: qry Write Off.Date" and has a space to enter text. I
know usually, this means that the form is trying to pull up a field that
doesn't exist or that isn't in the query. However, I made sure that only
valid fields are on the form and query. There are no fields that should not
be there and that are not valid. If I click "OK" on the pop up, it goes to
the form and everything is peachy. However, I need to get rid of this error.
Help please!
multiple forms that have individual queries behind them. Each query (and in
turn, form) uses many of the same fields; however, the designer created a
different field for each query. For instance, instead of just "Amount",
there are 8 different Amount fields (one for checks, one for wires, one for
posting documents, etc.) So, I am re-aligning everything to use the same
fields wherever possible.
Now for my problem. On one of the queries, I changed it to align with my
new field names. I also changed the name of the query and form. On the
switchboard, there is a button to open each form. I went in to the Visual
Basic code for the button that opens this form and changed it's name; all I
changed was the name and i copied and pasted it to ensure accuracy.
But, now when I click the open button, it gives me a pop up box that says,
"Enter Parameter Value: qry Write Off.Date" and has a space to enter text. I
know usually, this means that the form is trying to pull up a field that
doesn't exist or that isn't in the query. However, I made sure that only
valid fields are on the form and query. There are no fields that should not
be there and that are not valid. If I click "OK" on the pop up, it goes to
the form and everything is peachy. However, I need to get rid of this error.
Help please!