S
Sannas
Hello!
I am creating a report in Access. The report contains membership
information such as name, address, email, etc. There are some members who do
not want their emails on the reports so I need to create an expression that
says "if publishemail=no then don't print email".
The syntax of the expression I'm using is this:
=IIf([Members]![Publish_EMail]=0,[Email_Address],"")
The results of this expression are "#Error" on the report. Can anyone help
me clear this up?
Thanks!!
Sandy
I am creating a report in Access. The report contains membership
information such as name, address, email, etc. There are some members who do
not want their emails on the reports so I need to create an expression that
says "if publishemail=no then don't print email".
The syntax of the expression I'm using is this:
=IIf([Members]![Publish_EMail]=0,[Email_Address],"")
The results of this expression are "#Error" on the report. Can anyone help
me clear this up?
Thanks!!
Sandy