Click to See Complete Forum and Search --> : Displaying several columns in the text box portion of a combo in AC2K


mpoincare
January 29th, 2006, 01:42 AM
Hi everybody,
I need to know how I can display in the text box portion of a combo box in ms access 2000 all 5 columns of information when I select a row in the combobox. Actually when I select a row, only the first Column (the bound column) is displayed. I used to concatenate the different columns but it's not nice looking and I want to use column headers.
Thanks everyone.

exterminator
January 29th, 2006, 04:20 AM
Didn't the column count property help? Have a look here - Programming Combo Box and List Box Controls in Microsoft Access (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnofftalk/html/office03022000.asp). Hope this helps. Regards.