Here is the situation folks, hopefully one of you will be able to help me out.
I have two combo boxes, cboIssueClass1 and cboIssueClass2. I have a list of issues in the first box based on a table called IssueClass1. That table has 2 columns, the ID field and the issue class field. In the issue class field are hardware names such as motherboard, hard drive, memory etc. In the table IssueClass2 which the 2nd combo box is based on contains multiple columns which correspond to the previous combo box and table. so for example in table 2 motherboard is broken down into issues such as defective onboard video, USB, defective sound etc.
What i want to happen is when they choose a value in the first combo box the associated column for that value will appear in the 2nd.
So if User A chooses motherboard in the first combo the only list which will be visible in the 2nd combo box is the one for motherboard. Then they can choose their issue in combo box 2. Is there a way to do this through coding?
Thanks in advance.
Chris
I have two combo boxes, cboIssueClass1 and cboIssueClass2. I have a list of issues in the first box based on a table called IssueClass1. That table has 2 columns, the ID field and the issue class field. In the issue class field are hardware names such as motherboard, hard drive, memory etc. In the table IssueClass2 which the 2nd combo box is based on contains multiple columns which correspond to the previous combo box and table. so for example in table 2 motherboard is broken down into issues such as defective onboard video, USB, defective sound etc.
What i want to happen is when they choose a value in the first combo box the associated column for that value will appear in the 2nd.
So if User A chooses motherboard in the first combo the only list which will be visible in the 2nd combo box is the one for motherboard. Then they can choose their issue in combo box 2. Is there a way to do this through coding?
Thanks in advance.
Chris