I want to build a small visual studio 2008 application .
I have 2 table in data base SQL server 2005 express edition
A table is a Library related to Vehicles , so it the Brand , the Model , The Type of Engine , and so...
The other table is ralated to maintenace of Vehicles , so it has column sagain recalling the Info of the Library table , what i want is that when i digit into the column " Model " the model name , it automatically insert the respective data ( as are at the Library table ) in the related cell of same row . All this i manage from a Windows form link to the tables
http://www.codeguru.com/csharp/csharp/net30/article.php/c15489