Replace #ERROR message in report

access2010

Registered User.
Local time
Today, 01:44
Joined
Dec 26, 2009
Messages
1,181
When using our Access 2003 database we would like to make a change to our reports.
Could you please assist us in changing the word [ #ERROR ] message to [ NO Transaction ] or no record

We would like to do this, when using our form C_Audit_FR

Thank you for your assistance.
Nicole
 

Attachments

I looked at your database. I tried a few scenarios, but didn't get any #ERROR messages. Where does it occur?
 
Hello and thank you for your note.

The Volenteer staff in our office keep getting confused when they see the word [ #ERROR ] in our reports.

Can you please advise me how to change the word [ #ERROR ] when there is no data to the report to [ NO Transaction ]

Thank you,
Marilyn
 

Attachments

  • #Error.PNG
    #Error.PNG
    18.1 KB · Views: 136
Code:
IIF(IsError([whatever]),"No Transactions",[whatever])
 
Thank you for your assistance and your suggestion works

Nicole
 

Users who are viewing this thread

Back
Top Bottom