Dear All,
Thank you for a great forum.
I seem to be getting an error on the following formulae within my report PolAcknowledgementLetter:
The error occurs when the report is run.
It prints
Except this one works..!!
And if the AgentName is not blank all the agents address lines get printed (1-5).
Please help
I just keep going around in circles.
Thank you for your forthcoming help.
Thank you,
Kind regards
Triacona
Thank you for a great forum.
I seem to be getting an error on the following formulae within my report PolAcknowledgementLetter:
Code:
=IIf(IsNull([AgentName]),[Address2],[AgentAddress2])
=IIf(IsNull([AgentName]),[Address3],[AgentAddress3])
=IIf(IsNull([AgentName]),[Address4],[AgentAddress4])
etc...
It prints
in place of the text box.#Error
Except this one works..!!
Code:
=IIf(IsNull([AgentName]),[Address1],[AgentAddress1])
Please help
I just keep going around in circles.
Thank you for your forthcoming help.
Thank you,
Kind regards
Triacona