Currently I'm working on driver support for my company's products, and I have planned to solve the issue by using mySQL database with two tables:
table1:
-partno
-mboard
-audio
-vga
-modem
-net
table2:
-w98
-wme
-w2k
-wxp
Each field from table1, starting with mboard should point to each four fields in table2.
I just can't manage to formulate the tables, so that I can make the appropriate connection.
Please, help!