Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataCombo list items
Message
 
To
01/07/2000 01:10:22
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00387275
Message ID:
00387302
Views:
17
>I used the DataCombo from MS Data List component to display a
>list of column item from a Table.
>
>I only can specific a column to list, as shown below.
>Can I list more than one columns?
>
> dcTypeItem.ListField = "ItemColumn1"

If you want to continue to use this control, you have to concatenate fields in your SQL query (select firstname + ' ' + lastname as ItemColumns1 ...).

You can also use the combo box from the Forms components library (Add Microsoft Forms from Project -> Components).
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform