I have a text field that is 38 long and I want to display this as a currency....or at least remove all but 2 characters after the decimal. Currently I am seeing data in that field displayed like 20.000000000 etc...... can I do this??
Thanks!
P
OK......... this one seems to be working somewhat...
=Val(textfield)
I have set this in the textbox so that I have types the name to be "Acqusition Cost" and the Control Source is =Val([ACQ_COST]) (which is the name of the field.
I have also set the format to "currency"
I have two problems with this:
1. If the ACQ_COST field is null or blank, I see a #Error on the report. (I would prefer just to have it blank or have it say "no cost"
2. Because I have types in the name of the textbox to be "Acqusition Cost", when I run the report, I get a request to "enter parameter value" for that (I assume it's because there is no field named that in the table?)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.