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?
Thanks,
Lester.
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?
Thanks,
Lester.
Comment