I want to make this line say $99.99 per SF...Here is my SQL statement.
="$" & Str([SubtotalLF]) & " per SF (gray colored block) Note: Additional $.xx/sq.ft. for colored units."
I am attempting to set the significant figures to 2 . I have tried setting the Format Property to Currency and to fixed with a decimal value of 2 and both have no effect and were unsucessful. I have determined that I have to set the value in my SQL statement. How would I make this work?
KB
="$" & Str([SubtotalLF]) & " per SF (gray colored block) Note: Additional $.xx/sq.ft. for colored units."
I am attempting to set the significant figures to 2 . I have tried setting the Format Property to Currency and to fixed with a decimal value of 2 and both have no effect and were unsucessful. I have determined that I have to set the value in my SQL statement. How would I make this work?
KB