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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

mail merge currency 2
label and currency textbox 5
Format Currency as Accounting 2
Currency 2
Currency vs Double 2
changing Text to Currency 2
Multiple Currencies: Strawman 4
VBA to insert currency 3

Back
Top