Ho do I prevent users from entering fractions of pennies in currency fields?
I am using currency as the field type and I have 2 decimal places as the number of decimal places. However the user can type more that 2 decimals @2.3572 for example. Even though when they leave the field the field shows $2.35. When you click on the field it show the $2.3572. When I check the data that is saved, the table displays it at 2.35 but when you click on the field it shows it as 2.3572 (4 decimal places)
I need to prevent the user from entering fractions of pennies. It is causing issues with our calculations.
I'm sure this is doable I just can't figure it out.
Thanks in advance
Egstatus
I am using currency as the field type and I have 2 decimal places as the number of decimal places. However the user can type more that 2 decimals @2.3572 for example. Even though when they leave the field the field shows $2.35. When you click on the field it show the $2.3572. When I check the data that is saved, the table displays it at 2.35 but when you click on the field it shows it as 2.3572 (4 decimal places)
I need to prevent the user from entering fractions of pennies. It is causing issues with our calculations.
I'm sure this is doable I just can't figure it out.
Thanks in advance
Egstatus