Update a currency field in Access
when enter .50 on form results in database 1.00. if change 1.00 2.00 change sent database. problem seems database rounding field. particular application user needs able enter amounts small .25. field in database set currency 2 decimal places.
the update code follows. thank in advance help.
the update code follows. thank in advance help.
try using cf_sql_decimal cfsqltype in cfqueryparam tag.
cf_sql_numeric doesn't decimals.
hth
--
tim carley
www.recfusion.com
info@nospamingrecfusion.com
cf_sql_numeric doesn't decimals.
hth
--
tim carley
www.recfusion.com
info@nospamingrecfusion.com
More discussions in Database Access
adobe
Comments
Post a Comment