Lists Box

  • Thread starter Thread starter Asif
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top