Hello all,
I am new to VB and i need to figure out how to use text boxes to search a 2 dimensional array. The array is for state abbreviations. One column is for the state name and one is for the abbreviation. What I want to do is have the user enter a state name in one textbox and display the abbreviation in another or vice-versa. My structure looks like this:
Structure State
Dim StateNameAbbrev iation...