Currency Symbol

R

Roody

I have an Access Application I developed here in the states. I have
interested paties in the UK, how can I set all the currency symbols to the
english pound symbol. My clients have the UK version of access and still all
the currency symbols are $.

Roody
 
B

Brendan Reynolds \(MVP\)

If you set the Format property in code, in the Open or Load events of forms
and reports, it will adopt the settings of the PC on which the code runs.
 
Top