G
Guest
In bound fields, how can I have the decimal point automatically entered.
Instead of entering 98.50, users would enter 9850, and 98.50 would be stored
as the value in the table. Other examples below:
$100.00 would be entered as 10000
$2.50 would be entered as 250
$3.45 would be entered as 345
Will i need to write specific VB code for each field or is there a global
way to handle this?
Instead of entering 98.50, users would enter 9850, and 98.50 would be stored
as the value in the table. Other examples below:
$100.00 would be entered as 10000
$2.50 would be entered as 250
$3.45 would be entered as 345
Will i need to write specific VB code for each field or is there a global
way to handle this?