Epsilon101
Programmer
Hi,
I have got a table with a field for percentages
It is set to:
Data type: Number
Field size: Double
Format: Percent
Decimal places: 2
On my form the text box is:
format: percent
Decimal places: 2
What i want to do is instead of having 21.9 come out as 2190% when you type it in the text box or table it comes out as 21.9%, to save the users having to type in 0.219 when they use the text box.
Is the only way to divide it by 100 in afterupdate or beforeupdate??
---------------------------------------
Neil
I have got a table with a field for percentages
It is set to:
Data type: Number
Field size: Double
Format: Percent
Decimal places: 2
On my form the text box is:
format: percent
Decimal places: 2
What i want to do is instead of having 21.9 come out as 2190% when you type it in the text box or table it comes out as 21.9%, to save the users having to type in 0.219 when they use the text box.
Is the only way to divide it by 100 in afterupdate or beforeupdate??
---------------------------------------
Neil