How to store numeric data in currency format other than $

P

Paul Mak

I have a numeric data field for the UK currency ie £.

How to store this numeric data in Access database with the currency sign
"£"? Thanks.
 
J

John Vinson

I have a numeric data field for the UK currency ie £.

How to store this numeric data in Access database with the currency sign
"£"? Thanks.

Use the Windows Start... Control Panel... Regional option to change
the default currency character.

The dollar sign (or the pound sterling, or the yen, or the Euro) is
not stored in the field; the table actually contains a binary
representationof the numeric value with no text.

John W. Vinson[MVP]
 

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