linking combo boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combo box on an unbound form. Is there a way to pass it the value I
want displayed rather than opening the combo and and making a selection?
 
The Value of a combo box is the value of the Bound Column in the selected
row. If you set the value to the desired value, you must use the value from
the Bound Column for the desired row. If you have more than one row with the
same value in the Bound Column, the first row that has that value will be
selected.

Example:
Forms!Form1!Combo0 = 5
 

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