Working with Listboxes

The Archn00b

Registered User.
Local time
Today, 10:33
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!
 
Ah yes. Exactly.

What is ctl? Is it a recordset?
 
No, if you look at the full code in the sample, it's declared as a control.
 
There a way to use those to filter a Report?
 

Users who are viewing this thread

Back
Top Bottom