Lists Box

A

Asif

I have a form with fields; ID, DATE and QUANTITY. The Date and
Quantity Field I've changed into a List Box showing the two columns
respectively and the ID field is left as a normal text box. When I
click on any item in the list box the ID change change according to
which ever entry I have selected. Unfortunetly ID field stays
constant!!

Any suggestions

Thanks
 
V

Vladimír Cvajniga

Hi, Asif,

did you include the ID field in the ListBox?

The easiest solution:
1) Add the ID field to the RowSource.
2) Point the BoundColumn to the ID field.
3) Set the ID field column width to 0.

HTH

Vlado
 
Top