I have a combo box showing seven columns (2 text and 5 numeric). This has worked just fine with the numeric values displayed to the second decimal point. I now need to have the numeric values displayed to the fourth decimal. No biggie (or, so I thought). I went to the underlying table upon which the query is built and changed the ‘Decimal Places’ setting from 2 to 4, ran the query, and viewed the results. Beautiful! Datasheet view reveals the change from 2 to 4 decimal points. The combo (built on that query), however, does not display the change; I’m still only getting 2 decimal points. I’ve searched help and our site here, but can’t seem to locate the appropriate reference.
As always, any input and/or direction greatly appreciated.