Re: Currency symbol question
- From: "G. Vaught" <glvaught@xxxxxxxxxxx>
- Date: Thu, 30 Mar 2006 21:42:56 -0700
Format in the design view should give you this option.
"James" <James@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9904E4F1-A3E7-4B00-A53B-F93F0D08F554@xxxxxxxxxxxxxxxx
Hello,
How can I do that for a Combo Box if one of the fields is Currency?
Thanks
James
"Rli" wrote:
Perfect....
thank you very much...
"Brendan Reynolds" wrote:
Instead of specifying the format in design view, set it
programmatically in
the Open event of the form ...
Private Sub Form_Open(Cancel As Integer)
Me.TestNum.Format = "Currency"
End Sub
--
Brendan Reynolds
Access MVP
"Rli" <Rli@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AD3C168F-CE5C-440F-BB91-AACF3A706F09@xxxxxxxxxxxxxxxx
Hi all,(sorry for posting this question before in the wrong group)
I am having trouble with my form fields with currency format.
When one chooses "currency" in the format property of a field, it
pics up
the
regional settings of windows (euro in my case).
So running the form the form field shows 1,00 ? for instance.
Now i save the form and quit the database and transport this database
to
another computer with different regional settings (dollars for
example)(or
i
change my regional settings on my computer). Now i would like the
database
to
pic up automatically those settings and display
the form field as 1.00 $
But it does not....when saving the form on the 'euro'machine the
format
property is actually saved as
#'##0.00 ?;-#'##0.00 ?
so hard coding the euro-sign (but the decimal comma is automatically
changed
in a dot however????)
Am i wright, Is there a way to do this correctly ?
.
- Follow-Ups:
- Re: Currency symbol question
- From: James
- Re: Currency symbol question
- References:
- Re: Currency symbol question
- From: Brendan Reynolds
- Re: Currency symbol question
- Prev by Date: Re: Passing data to a form AND performing append query to table
- Next by Date: Re: Need HelpWith Multi Forms
- Previous by thread: Re: Currency symbol question
- Next by thread: Re: Currency symbol question
- Index(es):
Relevant Pages
|
Loading