C
Chris
I am using Access 2007.
I have a combo box where the right-most column displayed is a percentage.
That percentage is formatted in the source table as number, double, percent,
decimal places=0. It comes to the combo box via a query to deselect certain
records.
Everywhere I view the field it appears as "50%" -- except the combo box. It
is displayed as "50.00%". How do I format it for combo box use yielding
"50%" without problems where it does work correctly? I use the column's
value in calculation in VBA code.
Can someone show me the way, please?
I have a combo box where the right-most column displayed is a percentage.
That percentage is formatted in the source table as number, double, percent,
decimal places=0. It comes to the combo box via a query to deselect certain
records.
Everywhere I view the field it appears as "50%" -- except the combo box. It
is displayed as "50.00%". How do I format it for combo box use yielding
"50%" without problems where it does work correctly? I use the column's
value in calculation in VBA code.
Can someone show me the way, please?