How do I display multiple fields in a combo box.
For instance for selecting employees:
Empl# I LName I FName
12345 I Jones I John
12346 I Smith I James
12347 I Clark I Larry
12348 I Leigh I Susan
I am just learning VB.NET.
Was using Access and VBA which was very simple to do this by including multiple fields in properties values or using a wizard.
Thanks for your patience and understanding.

Empl# I LName I FName
12345 I Jones I John
12346 I Smith I James
12347 I Clark I Larry
12348 I Leigh I Susan
I am just learning VB.NET.
Was using Access and VBA which was very simple to do this by including multiple fields in properties values or using a wizard.
Thanks for your patience and understanding.