Pat,
If <absolutely> nothing has changed (you're sure?), then the report could
have become corrupted. Try importing it into another database, deleting it
from the first one, then importing it back in from the second.
One other thought: You can't group, sort or filter on a calculated value in
a text box in a report, only on a bound field. Are you trying to do that
with your C/S/Z text box?
Bruce
Pat said:
I am beginning to think my (65 yr old) mind is going. I have gone step by
step and still find no solution. I can run other reports (example an address
list) using the tables and it works perfectly. The report in which the error
occurs ran perfectly when it was originally created and nothing has changed.
Would you have any other suggestions?
Duane Hookom said:
This seems to be a references issue. Check Doug Steele's page
http://www.accessmvp.com/djsteele/AccessReferenceErrors.html.
--
Duane Hookom
MS Access MVP
When I click to view report everything is correct except for the line for
the
city state and zip. This is the statement.
=Trim([City] & ", " & [State] & " " & [zip])
I can see nothing incorrect about the statement, but a box comes up asking
for something and the only hint is "trim"