ewart
05-22-2002, 10:44 AM
Does anyone knows what are the operator in access for rounding cents.
|
View Full Version : operators ewart 05-22-2002, 10:44 AM Does anyone knows what are the operator in access for rounding cents. llkhoutx 05-22-2002, 12:39 PM Access has a rounding function. ewart 05-23-2002, 07:39 AM Sorry for not explaining myself entirely, my true problem is trying to suppress the two decimals places in a query. RV 05-23-2002, 09:26 AM Look in Access Help for the functions Int and Fix. RV ewart 05-23-2002, 11:02 AM Thank you kindly. |