I need to show zeros at the rightmost decimal place(s) if the user entered them. If they didn't, I don't want to show the zeros. Example:
entered 4.90 needs to show as 4.90 on all screens/reports and needs to be save in the database as 4.90
entered 4.9 in the same field, needs to show 4.9 on all screens/reports and save in the database as 4.9
These need to be treated as numbers, not strings
Possible?
entered 4.90 needs to show as 4.90 on all screens/reports and needs to be save in the database as 4.90
entered 4.9 in the same field, needs to show 4.9 on all screens/reports and save in the database as 4.9
These need to be treated as numbers, not strings
Possible?