S
Studebaker
Hello,
Access 2003
This is re: a post on 4/2/08 btw Dominic Vella and Wayne-I-M. I didn't get a
response from my reply within their posts so I'm posting a new question.
I have the same problem where the currency symbol for my dollar amounts does
not appear in my combo box drop down list. It appears in the box when I
select it but not while in the drop down list.
Wayne's soln. was to go to the properties of the combo box and put this in
the Row Source:
SELECT CCur([TableName]![Price]*[TableName]![Markup]) AS SaleCost
FROM TableName;
My Row Source currently looks like this (I don't have all the fields Dominic
does--my form is called "Pricing"):
SELECT Pricing.Price, Pricing.Description FROM Pricing ORDER BY
Pricing.Price;
I tried to put "CCur" after "SELECT" but nothing happened. Can someone help?
Thank you.
Access 2003
This is re: a post on 4/2/08 btw Dominic Vella and Wayne-I-M. I didn't get a
response from my reply within their posts so I'm posting a new question.
I have the same problem where the currency symbol for my dollar amounts does
not appear in my combo box drop down list. It appears in the box when I
select it but not while in the drop down list.
Wayne's soln. was to go to the properties of the combo box and put this in
the Row Source:
SELECT CCur([TableName]![Price]*[TableName]![Markup]) AS SaleCost
FROM TableName;
My Row Source currently looks like this (I don't have all the fields Dominic
does--my form is called "Pricing"):
SELECT Pricing.Price, Pricing.Description FROM Pricing ORDER BY
Pricing.Price;
I tried to put "CCur" after "SELECT" but nothing happened. Can someone help?
Thank you.