Jediknight
New member
- Local time
- Today, 16:38
- Joined
- Jul 11, 2019
- Messages
- 15
Hello,
Sorry for the noob question, but I’m trying to build a cascading combo box where the user gets to select a company (Company A, Company B, Company C). The main table contains the issues for each of the Company but it includes the sections as well which makes it complicated to work with... it is listed as such :
Company A-12 : Not enough supply
Company A-28 : Not enough money
Company B-13 : Not enough time
....
Etc
I’m able to do a query to pull out the data for Company A where I can see all the issues that Company A is having using a Like function.
In a form using a Combobox, how can I get to list Company A and Company B in that combo box? I don’t want to see Company A-12, Company A-28, Company B-13...etc.. in the combo box
Thank you for the help
Sorry for the noob question, but I’m trying to build a cascading combo box where the user gets to select a company (Company A, Company B, Company C). The main table contains the issues for each of the Company but it includes the sections as well which makes it complicated to work with... it is listed as such :
Company A-12 : Not enough supply
Company A-28 : Not enough money
Company B-13 : Not enough time
....
Etc
I’m able to do a query to pull out the data for Company A where I can see all the issues that Company A is having using a Like function.
In a form using a Combobox, how can I get to list Company A and Company B in that combo box? I don’t want to see Company A-12, Company A-28, Company B-13...etc.. in the combo box
Thank you for the help