I'm a beginner with Access. I have contatenated an equal sign (=) to a field in a query expression, getting a desired result such as "= $50.33". How would I prevent the = sign from showing in null fields?
Thank You in advance.
Thanks MajP, unfortunately its not working for me. My expression is RateCalc: " = " & [Price]/[SF]. When I replace the & with + I see the null fields blanking out but get a #Error in the other fields in the column.
MajP- The code worked fine on the price portion of the formula, the fields with content have the = sign and the fields w/o content have no = sign. But when I divide by the SF field I get the #Error.
PHV- The code worked fine. The result numbers have 13 digits after the decimal. How would I format them with a $ sign and 2 digits after decimal?
Thanks MajP, that works good. We've got =,$,digits,and blank null fields. The last challenge for this column is the zero values, which are now reading "= $." Would there be a way for them to be blank?
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.