borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Getting )Next Topic (SQL 'Replace' Syntax) New Topic New Poll Post Reply
AndreaVB Forum : Database : How to display 3 colums in a List Box
Poster Message
lwanzo
Level: Guest


icon How to display 3 colums in a List Box  Archived to Disk

I am trying to get 3 columns displayed on a List Box. The 3 colums are 3 different fields coming from access database. How can i do that.  

01-08-2002 at 03:52 PM
| Quote Reply
ASHISH25
Level: Guest

icon Re: How to display 3 colums in a List Box  Archived to Disk

to display 3 column in listbox do this
list1.additem rs(0) & rs(1) & rs(2)
where rs is the recordset and 0,1,2 are the coloum position in table u can specify other also

03-08-2002 at 11:41 AM
| Quote Reply
AndreaVB Forum : Database : How to display 3 colums in a List Box
Previous Topic (Getting )Next Topic (SQL 'Replace' Syntax) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder