#Name Error

djai695

Registered User.
Local time
Today, 04:55
Joined
Dec 13, 2013
Messages
21
I had an expression which was working previously, but all of a sudden when I run the report, I keep getting a dialog box, and the object on the report gives me the "#Name" error
 

Attachments

  • Expression.JPG
    Expression.JPG
    23.4 KB · Views: 116
  • Error Message.JPG
    Error Message.JPG
    39.2 KB · Views: 182
  • Output.JPG
    Output.JPG
    12.3 KB · Views: 111
This name error normally means that the control name is not recognised but , you say it worked ok previously , it would assist those who wish to solve this problem if could zip a sample of you database with sample data .
Have you checked your References for any missing errors.?
 
I actually figured out what was casing the error. Apparently, whenever I set an event procedure, in this case it was an event procedure "on activate" which automatically maximizes the report, it causes an error. I got rid of the event procedure to maximize the report, then there were no problems running the report.

I'm not sure why setting up that type of event procedure causes problems.

Thank you.
 
Glad you managed to sort it out , Me being wise after the event , the error message was a clue which I missed .

Regards Ypma
 

Users who are viewing this thread

Back
Top Bottom