"Enter Parameter Value"

  • Thread starter Thread starter Kelly H.
  • Start date Start date
K

Kelly H.

Hi,

When I created a command button that opens another form,
it worked at first. But now, when I try to open the
subform from my main form, I get the following
reading: "Enter parameter value"

What happened? Why is it not working anymore?

Thank you in advance for your help,

Kelly
 
Kelly,

Not enough info to tell you exactly what the problem is, but here are some
troubleshooting techniques.

Try opening the second form directly from the database window. Do you get
the same error? If yes, the problem is related to something missing in the
underlying form or table that the form is expecting to see or that the query
is expecting to see. Have you been changing fields or names anywhere?
Usually this error box will refer to you the parameter that is expected.
Maybe in the title bar of the error message.

If not, the problem probably stems from the Where clause of the OpenForm
statement that is being used to open the form from the code behind the
button.

Try this and get back with your results.

Gary Miller
 
Back
Top