changing text "AU $9.95" to currency "9.95"

A

Andrew Cheng

Need to Change a text field of "AU $9,95" to a currency field "9.95" for
calculation. many thanks
 
W

Wayne-I-M

Hi

I'm not sure about AU currency types so you will / may need to alter the
right number but something like this should do the job - make a back up first
??

SELECT Val(Right([TableName]![FieldName],4)) AS NewCurrency
FROM TableName;
 

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

Top