I am relatively new to VB and I have successfully poplulated a DBList control with a field from a table. I'd like to display 2 fields from the same table in my DBList control. How can I do that?
I found a way around that limitation, merging the fields that i want <br>
<br>
select name +"-"+ phone as nam from table<br>
<br>
and then use the nam field to populate the control.<br>
<br>
It sounds like you may be interested in some of the same things as me, and I'm wondering if you can help.<br>
<br>
I am trying to create a multi column dropdown combo box that will allow drop and drag of more than one entry in the line. In the dropdown, I can view the row and multiple columns, but I can only choose one of the entries to be bound or linked to a cell within excel to be "dropped and dragged" into place. Any help would be appreciated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.