I have two arrays name() and age(). I am using a DO WHILE loop to populate the two arrays. After the arrays are populated I am using a combo box to select name() and need to pass the () on to the age variable but I am not sure how to do that.
When I select an item in the combo box I know the value selected is correct as I can pass the variable name into a message box and it displays the correct selection. If I select an item in the fifth position I need to select the corresponding age() of the same position.
The array is being populated by reading a .txt file that contains the name, age in sequential order.
Anyone?
-Funk
When I select an item in the combo box I know the value selected is correct as I can pass the variable name into a message box and it displays the correct selection. If I select an item in the fifth position I need to select the corresponding age() of the same position.
The array is being populated by reading a .txt file that contains the name, age in sequential order.
Anyone?
-Funk