T
Thomas Henke
Hi NG,
how can I add a leading"+" to positive figures in a textfield in a
form? Later I want to calculate further figures with that textfield.
I have tried the following: using "format()" with "+#,##", but then
the textfield is somehow considered as a string.
Example:
F_1 = "+1,500"
F_2 = "+2,000"
Both figures are numerical and based on figures in a subform.
I want to have: F_3 = F_1 + F_2, here "+3,500", but what I get is:
"+1,500+2,000"
Where is the problem?
Regards,
Thomas
how can I add a leading"+" to positive figures in a textfield in a
form? Later I want to calculate further figures with that textfield.
I have tried the following: using "format()" with "+#,##", but then
the textfield is somehow considered as a string.
Example:
F_1 = "+1,500"
F_2 = "+2,000"
Both figures are numerical and based on figures in a subform.
I want to have: F_3 = F_1 + F_2, here "+3,500", but what I get is:
"+1,500+2,000"
Where is the problem?
Regards,
Thomas