Working with Listboxes (1 Viewer)

The Archn00b

Registered User.
Local time
Today, 07:51
Joined
Jun 26, 2013
Messages
76
Listboxes.

If I select some values from a list box, I would like to be able to use them in Visual Basic. It seems it is a little more complicated than declaring variables form a textbox.

Does any one know how to work with Listbox values in VB? I would like to get the values and execute an append query with the values.

Thanks!
 

The Archn00b

Registered User.
Local time
Today, 07:51
Joined
Jun 26, 2013
Messages
76
Ah yes. Exactly.

What is ctl? Is it a recordset?
 

pbaldy

Wino Moderator
Staff member
Local time
Today, 07:51
Joined
Aug 30, 2003
Messages
36,124
No, if you look at the full code in the sample, it's declared as a control.
 

Dayton

Registered User.
Local time
Today, 07:51
Joined
May 2, 2014
Messages
20
There a way to use those to filter a Report?
 

Users who are viewing this thread

Top Bottom