3
3Nails
I have the following code: SELECT [TBL Pricing Data Initial
Delivery].ID_Desc, [TBL Pricing Data Initial Delivery].ID_Rate FROM [TBL
Pricing Data Initial Delivery] ORDER BY [TBL Pricing Data Initial
Delivery].ID_Desc;
The ID_Rate original source is standard with 2 dec. For a value of 4,321.50,
the list box will only display 4321.5 . How can I get it to display the
comma and the trailing zero? Thanks......
Delivery].ID_Desc, [TBL Pricing Data Initial Delivery].ID_Rate FROM [TBL
Pricing Data Initial Delivery] ORDER BY [TBL Pricing Data Initial
Delivery].ID_Desc;
The ID_Rate original source is standard with 2 dec. For a value of 4,321.50,
the list box will only display 4321.5 . How can I get it to display the
comma and the trailing zero? Thanks......