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:
I cannot get it done on VB .Net
Thanks,
Sur.
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
Thanks,
Sur.