K
kcchiefsgirl33
How can I get a derrived field to have 2 decimal points in Access 2007 using
SQL.
ROUND((price * .90),2) AS [New Price]
Is returning a price rounded but if the amount is 21.20 it is only showing
21.2 .. If it anything other than zero then it works..
Also... how to return all characters in a field except for the last 2. Like
a name field.. I want all but the last 2 characters of each name. Any ideas!!
SQL.
ROUND((price * .90),2) AS [New Price]
Is returning a price rounded but if the amount is 21.20 it is only showing
21.2 .. If it anything other than zero then it works..
Also... how to return all characters in a field except for the last 2. Like
a name field.. I want all but the last 2 characters of each name. Any ideas!!