| re: $0.00 inserted into Currency field
On Wed, 24 Dec 2003 00:02:30 GMT in comp.databases.ms-access,
"news.shaw.net" <adadf@null.net> wrote:
[color=blue]
>I have a subform that contains a currency field.
>
>If I tab my way to the field, everything works as desired, a number can
>be entered, and when I leave the field it is rendered as a currency amount.
>
>But if I click on the field with the mouse and enter a number, it shows
>up like this: 250.00$0.00 with the $0.00 appended to what I type. I
>have to delete it each time.
>
>I've tried a few VBA OnEnter solutions, but nothing has worked so far.
>
>Any suggestions?[/color]
Look at the Format property, is it set to something funny? If set to
"Currency" (or not set, in which case it will default to Currency)
then look at the currency format in your control panel.
I normally format currency fields as "Standard" in any case as I don't
want a specific currency symbol showing as I deal with multiple
currencies.
--
A)bort, R)etry, I)nfluence with large hammer. |