C
CrystalDBA
I have two combo dropdown lists controls.
One lists the employees and the other lists the team leaders. For
each project, an employee has a team leader.
If an employee is selected in combobox #1, I want to pre-select the
team leader in combobox #2. There are 4 team leaders. I still want
all 4 to show, I just want to pre-select the item.
I have an employee table
========================
employeeid, employeename, teamleaderid
Team Leaer table
================
teamleaderid, teamleader
EmployeeTeamLeader
==================
Teamid, employeeid, teamleaderid
Currently, combox#1 shows lists of employees. Combox#2 shows list of
teamleaders. Great. But how do I preselect the teamleader (using the
employeeteamleader)?
Thanks,
Tony
One lists the employees and the other lists the team leaders. For
each project, an employee has a team leader.
If an employee is selected in combobox #1, I want to pre-select the
team leader in combobox #2. There are 4 team leaders. I still want
all 4 to show, I just want to pre-select the item.
I have an employee table
========================
employeeid, employeename, teamleaderid
Team Leaer table
================
teamleaderid, teamleader
EmployeeTeamLeader
==================
Teamid, employeeid, teamleaderid
Currently, combox#1 shows lists of employees. Combox#2 shows list of
teamleaders. Great. But how do I preselect the teamleader (using the
employeeteamleader)?
Thanks,
Tony