Trouble with Access 2000 reports
July 10, 2007 5:39 PM
Subscribe
My Access 2000 report keeps looking for a field that no longer exists. HALP!!
I built a lengthy report in Access that was sorted & grouped on a location field (Chicago, Denver, etc.). I realized that some of the fields I wanted to include in the report were in a different table, so I made a query that included all of the relevant tables. Unfortunately, now there were two location fields, and Access didn't know which one I wanted to group by (even though it was clearly selected from Table1 in the dialog box). So I went into the tables and only kept one location field.
Now Access can't display the report because it asks me for Table1.LocationName ("enter paramater value" dialog box) but there is no such field in the query, the table, or the report. This is true even after removing all sorting/grouping. I really don't want to rebuild this thing if at all possible. because I've spent so much time formatting.
PLEASE HOPE ME!!!
posted by desjardins to computers & internet (4 comments total)
Go into Design View on the report and check the properties of each textbox. It may take a while but it's got to be in there somewhere.
Or you can try to add and run the FindInFormReport() function on this page in your report. I've never used it but it looks solid.
posted by junesix at 6:49 PM on July 10, 2007