[AccessD] Comma Decimal separator in UPDATE query

Gustav Brock gustav at cactus.dk
Wed Aug 18 04:28:04 CDT 2004


Hi Ervin

OK ... that would be the third and last option!

/gustav


> Solved with(the Price have 2 decmial places):
> DoCmd.RunSQL "Update tblOrderDetail set price=" & (NewPrice*100) & " where
> OrderNo=" & Order & " and ProductNo=" & Product
> DoCmd.RunSQL "Update tblOrderDetail set price=Price/100 where OrderNo=" &
> Order & " and ProductNo=" & Product




More information about the AccessD mailing list