R
rob p
I am using the convert currency to english module in a report. If I have no
amount I get error on the line "MyNumber = Trim(Str(MyNumber)
The text box field has "Convert Currency to English(txtamount)
where txtamount's control source is
=Format(Sum([tbldetail].[Amount]),"#,###.00") and format is set to standard
and decimal places are 2.
It works if I have an amount. Should I test somewhere to see if txtamount is
null?
Thanks...
amount I get error on the line "MyNumber = Trim(Str(MyNumber)
The text box field has "Convert Currency to English(txtamount)
where txtamount's control source is
=Format(Sum([tbldetail].[Amount]),"#,###.00") and format is set to standard
and decimal places are 2.
It works if I have an amount. Should I test somewhere to see if txtamount is
null?
Thanks...