Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27356

Fill a listBox based on ComboBox selection - Data is from an Access DB

$
0
0
Dear all,

I am migrating a VBA application to VB .NET with VS2013.

I need to populate a ListBox with data from an Access Data Base, based on a ComboBox selection.

Using something like the following code would be ok for my needs:
Code:

IF (comboBox selection = One) Then

Fill ListBox with Column(0) while not Empty/Null/Nothing

EndIf

I cannot get it done on VB .Net

Thanks,

Sur.

Viewing all articles
Browse latest Browse all 27356

Trending Articles