I have a combo box using the PartID as the datasource of the field. I use a query as the Row Source. Based on the PartID selected, the dropdown list will display the Part, the Part Category, and the Selling Price. The Selling Price in the original table is formatted as a Double, Standard, 2. When displaying the numbers, it will not display as that format. For instance, 325.00 will display as 325, 214.50 will display as 214.5, and so on.
In the query field I tried formatting in various ways, Standard, 2 and Currency, 2. They still display the same way.
Can someone lead me in the right direction on this?
Thank you.
In the query field I tried formatting in various ways, Standard, 2 and Currency, 2. They still display the same way.
Can someone lead me in the right direction on this?
Thank you.