Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo box. Display all three columns after a value is selected

Status
Not open for further replies.

ideafixer

Programmer
Nov 21, 2002
70
US
I have a combo box with a query displaying three columns of data when I hit the drop down. When I make a selection, the combo box only displays the first column of data. I want the combo box to display all columns after the selection is made.
 
use the click event and write code to put the three you want in text boxes

me.text0 = me.combo0.column(1) ' etc



rollie@bwsys.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top