G
Guest
I have the below expression within a Text Box on an Access 2000 form in order
to hide the text if one of the fields is blank.
It works well except where the fields in the Table are in a currency format
which results in #Error
=Trim("Thank you for your deposit of "+[Dep_Amount]+" . Please forward the
balance of "+[Balance]+" at settlement")
Any suggestions would be greatly appreciated
Thanks Sean.
to hide the text if one of the fields is blank.
It works well except where the fields in the Table are in a currency format
which results in #Error
=Trim("Thank you for your deposit of "+[Dep_Amount]+" . Please forward the
balance of "+[Balance]+" at settlement")
Any suggestions would be greatly appreciated
Thanks Sean.