I will help you but your database needs to be normalized.

Normalization is the process of organizing data in a database. This includes creating tables and establishing relationships between those tables according to rules designed both to protect the data and to make the database more flexible by eliminating redundancy and inconsistent dependency. Have look at this link http://support.microsoft.com/kb/283878

Is there a special reason why you are using a combination of combo boxes and list boxes?