I have a problem with my database programming. I have two tables in my ms access file. One is the student table and the other one is the course table. I created a visual basic project where I can browse the table using ADO named student. This is the problem. My project contains a combo box where it should contains the fields under the table course. Every time I run my visual basic 6.0 project, it was successful but if i click the drop down arrow of combo box, i can't see nothing? How can I link the combo box to the table course? Even though I link it with another ADO, the connection from the other fields will be lost. Please help and thanks in advance!