B
Bob Howard
I have a form with Currency specified in several bound controls. My
application is used in several countries, so I wanted to see what would
happen if I changed my Windows Regional Settings to pretend I was in a
different country by setting a different Currency format (in Windows
Regional Settings).
So I ran some tests, and everything looked OK.
Afterwards, I changed the Windows Regional Settings back to standard US
format for the Currency. But when I tested the application, the money
fields on the form still looked as they did when I was doing the test!
So I looked at the properties for those controls, and they no longer
contained the word Currency --- they contained the actual format string for
the currency format I was testing with earlier.
Why would Access internally modify my format property like that --- and
leave it that way!
This is Access 2003...
By the way, when I move data to an unbound field using the Format function
(specifying Currency) everything works fine...
Bob
application is used in several countries, so I wanted to see what would
happen if I changed my Windows Regional Settings to pretend I was in a
different country by setting a different Currency format (in Windows
Regional Settings).
So I ran some tests, and everything looked OK.
Afterwards, I changed the Windows Regional Settings back to standard US
format for the Currency. But when I tested the application, the money
fields on the form still looked as they did when I was doing the test!
So I looked at the properties for those controls, and they no longer
contained the word Currency --- they contained the actual format string for
the currency format I was testing with earlier.
Why would Access internally modify my format property like that --- and
leave it that way!
This is Access 2003...
By the way, when I move data to an unbound field using the Format function
(specifying Currency) everything works fine...
Bob