Converting text to currency

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have this column in access that i need to convert into currency
Unfor, there are no decimals, so if I change the datatype, it will make all
the numbers whole.
I need to add a decimal before the last 2 digits.
can someone tell me how to do that? Thanks
 
Justin said:
I have this column in access that i need to convert into currency
Unfor, there are no decimals, so if I change the datatype, it will
make all the numbers whole.
I need to add a decimal before the last 2 digits.
can someone tell me how to do that? Thanks

Divide by 100. Use an update query.
 
Back
Top