I have a database with 3 columns, and approx 60 rows

I need to load this into vb6, into a listbox or what ever you think will work best, in the listbox (or???) I will need the 3 columns, plus a fouth column(at the beginning) that has check boxes.

Can some one point me in the right direction to do this?

Recommended Answers

All 6 Replies

Pllease specify your requirment clearly.
Do u want to load the data of all the three columns into a single listbox.
or you want only to display the records, in that case u can use any grid control.

I have a database called pids
a table called standard_pids
three colums PID/Acronym/Description
I need all three loaded in a listbox? but I will also require a fourth row at the beginning with CheckBoxes

Can anyone point me in correct direction?

Hi,

use a listView or a MSFlexGrid Control..

Regards
Veena

Thank you for your reply, I have a listview, but how do I get checkboxes in first row? or do i do that in MS Access first?

Hi,

Set this property:

lvw.Checkboxes = True

Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.