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.