To resolve this behavior, run the Database Documenter for the database object that you were using when the
Enter Parameter Value dialog box appeared. Export the report as a text file, and then search for the parameter that Access cannot find:
- On the Tools menu, point to Analyze, and then click Documenter.
- Click the tab that pertains to the kind of database object, and then click to select the check box for the query, form, or report that you are trying to run.
If the object is a form or a report, include all source queries and subforms or subreports in your list of selections. - Click Options, specify which options of the selected object you want to search through, and then click OK.
- Click OK.
- On the File menu, click Export.
- In the Save as type list, click Text Files, and then complete the remainder of the information as needed.
- Open the exported file in Word, and then perform a search for the parameter that is requested in the Enter Parameter Value dialog box.
If you cannot run the Database Documenter, check to see if there is a missing reference. The most common missing reference in this case is to the Utility.mda. To check for this reference, follow these steps:
- In the Database window, click Modules under Objects.
- Select any existing module, and then click Design or insert a new module. This will start the Visual Basic Editor.
- On the Tools menu, click References.
- In the Available References list, look for any reference that has "MISSING: " in front of the name. Click to clear the check box.
NOTE: If you do not need a reference to Utility.mda, skip to step 8. - Click Browse.
- In the Files of type list, click Add-ins (*.mda).
- Browse to the folder that contains Utility.mda, select it, and then click Open. By default, this file is in the folder C:\Program Files\Microsoft Office\Office\1033.
- Click OK.
- On the Debug menu, click Compile database name.
- On the File menu, click Close and Return to Microsoft Access.