Enter Parameter Value question

  • Thread starter Thread starter bbcrock
  • Start date Start date
B

bbcrock

Two Parter:

I am modifying an existing MS Access application. I do not want to
spend a lot more time on it. I'm coming up with one error that should
be easy to fix. I enter data with no problem and the data appears to
work correctly in all instances. When I run the reports (which appear
to be run from a series of macros) I get the Enter Parameter Value text
box and it's looking for a value for "Field 105" or "Field 106."

I found online resources on solving this problem, but any additional
help is always welcome. My big question is though- how can I find what
form "Field 105" exists in? I don't want to backtrack through all the
work I just did modifying about 30 data entry inputs in a dozen if I
can help it.

Is there a way to search for form elements in a form or accross all
forms?

thanks,

Don
 
If you're getting that prompt when you run a report, you need to look for
Field 105 or Field 106 in the report, not in any of the forms. Perhaps you
renamed a field in the report, or removed it, and forgot to change the
reference everywhere. Don't forget to check the Sorting and Grouping dialog.
 
Are you saying that I could have removed an item from a report when a
macro might be trying to call it? I reviewed the reports, but can't
find Field 105.

thanks,

Don
 
Back
Top