R
redFred
Please help!
In the afterupdate event of a combo box I set an unbound control to the
value in column 2.
Me.txtCRAmtAdjusted = Me.cboClient.Column(2)
The control txtCRAmtAdjusted is unbound.
It's format is set in properties to Standard, 2 decimal.
However, the display is always 0 decimals.
BTW, the format is 2 decimal places in the combo box drop-down list.
How can I get this corrected?
Thanks in advance,
In the afterupdate event of a combo box I set an unbound control to the
value in column 2.
Me.txtCRAmtAdjusted = Me.cboClient.Column(2)
The control txtCRAmtAdjusted is unbound.
It's format is set in properties to Standard, 2 decimal.
However, the display is always 0 decimals.
BTW, the format is 2 decimal places in the combo box drop-down list.
How can I get this corrected?
Thanks in advance,