J
Jill
I have to format prices for my company. they go 2 ways. One way, they are
marked up by either 5 or 10 percent. If I update them as [price]*1.1 (or
1.05) the results may be something like 148.445, 193.6, or 66.
The other way is not a markup, but a markdown. Like a 20% discount. I do an
update query using [price]*.8, but again, I get the unrounded answers and
missing "cents".
Is there a way to make them come out with 2 decimal points? Like 148.44 (or
148.45), 193.60, and 66.00. An expression or setting that can be used?
I am using Access 2007.
marked up by either 5 or 10 percent. If I update them as [price]*1.1 (or
1.05) the results may be something like 148.445, 193.6, or 66.
The other way is not a markup, but a markdown. Like a 20% discount. I do an
update query using [price]*.8, but again, I get the unrounded answers and
missing "cents".
Is there a way to make them come out with 2 decimal points? Like 148.44 (or
148.45), 193.60, and 66.00. An expression or setting that can be used?
I am using Access 2007.