Hi..
i have textboxes in a form that look up its value to a listbox. and i have the code like this:
Private Sub List18_AfterUpdate()
series_fc = List18.Column(1)
maturity_fc = List18.Column(2)
coupon_fc = List18.Column(3)
face_value_fc = List18.Column(4)
End Sub
the problem is the format in the textbox doesn't match with the format on the listbox such as percent, in the listbox it shows 14,00% but in the textbox it shows 0.14....
i've changed the format in the textbox to percent but still hasn't got any change.. could anybody give me suggestion...
thx....
i have textboxes in a form that look up its value to a listbox. and i have the code like this:
Private Sub List18_AfterUpdate()
series_fc = List18.Column(1)
maturity_fc = List18.Column(2)
coupon_fc = List18.Column(3)
face_value_fc = List18.Column(4)
End Sub
the problem is the format in the textbox doesn't match with the format on the listbox such as percent, in the listbox it shows 14,00% but in the textbox it shows 0.14....
i've changed the format in the textbox to percent but still hasn't got any change.. could anybody give me suggestion...
thx....