I would like a field to display the result of a calculation, a space and then the word “Days”.
I’m using the following calculation in TextField3:
form1.#subform[0].TextField3::calculate - (FormCalc, client)
If (TextField1 > 0) then
TextField2/TextField1
endif
example: TextField2 = 10, TextField1 = 2, TextField3 result is 5.
How do I get TextField3 to display 5 Days?