Hi..I am moving from VB6 to VBExpress (with a very short .NET 2002 stop) and have a design question.
Suppose I have two string arrays. The first has 20 elements and gives the make of cars (e.g. GM, Ford, Rover, etc). The second string array has 15 elements and contains the names of various individuals. My goal is to match each infividual with a car make. There will be only one matching car make for each individual.
My VB6 solution is to have two datagrids on a form. The car make datagrid contains simply the list of car makes in a single column. The second datagrid contains the array of individual names in the first column and a column of textboxes in the second column. For each individual, the user enters the row number in the car make array corresponding to the individual's car make. (It would seem that I don't need a datagrid for the car make array. However, it's needed for other parts of the solution that aren't relevant to this particular problem).
One can imagine that it would be awkward for users to type in the appropriate car make row numbers when there are even more car makes and individuals. Any advice on an easier way to solve this problem will be greatly appreciated. My objective is a user-friendly way to match car makes to individuals.
Thanks.

Design Question, VB6 to VBExpress
Remerono
wmleonar
No-spam Sam
Dabi
Perhaps I don't understand the question but why no use listboxes
One listbox for car makes and one for people's names