Hi,
I'm a SQL dba that's pretty new to VB and would greatly appreciate any responses.
I have an Employees database. I'm using a data combo drop down list to show 50 company Names. I would like to have a list box show the names of the employees that belong to that particular company and when the employee name is clicked have their information appear in a text box. I have been trying to figure this out for days but I have only been able to get my company names list to show all the companies. I'm unsure how to connect the items in my Drop down list to my list box.
Also my Company Names are being pulled from a table with only Company the names in it. The employee information is in a separate table. However the company name also appears in the employee’s table as well.
Again any response would be appreciated,
I'm a SQL dba that's pretty new to VB and would greatly appreciate any responses.
I have an Employees database. I'm using a data combo drop down list to show 50 company Names. I would like to have a list box show the names of the employees that belong to that particular company and when the employee name is clicked have their information appear in a text box. I have been trying to figure this out for days but I have only been able to get my company names list to show all the companies. I'm unsure how to connect the items in my Drop down list to my list box.
Also my Company Names are being pulled from a table with only Company the names in it. The employee information is in a separate table. However the company name also appears in the employee’s table as well.
Again any response would be appreciated,