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?)
Is there a way to fix these two issues?
Thanks!
P