Can someone explain how this works?
If I had one table (main) and had 40 columns:
first_name last_name SSN home_phone age car_type
John Smith 555-555-5555 22 mustang
If I wanted to add another car type (truck) how can I have it relate to John Smith when I select him in a drop down?
I will be doing this in VB.NET, however, I believe this would be the database configuration and not programming.
If the above was not a good explanation: I will give one more.
How do you add fields to someones record without having to create multiple John Smith's in the database?
Thanks in advanced
daveofgv