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
Vladimír Cvajniga - 29 Mar 2007 17:22 GMT
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
>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
[quoted text clipped - 6 lines]
>
> Thanks