Mike Krailo
Well-known member
- Local time
- Today, 08:06
- Joined
- Mar 28, 2020
- Messages
- 1,681
Any ideas how to do this. I have records that store the EmpID for each of three different commission types. The total commission available can be split up to three ways depending on who did the Sales, Estimating, and Project Management for a particular job record. How do I extract those EmpID's from the one record and then show the actual names in a combo box. This will be used to display the final commission earned based on which Employee is selected in the combo. The combo could show 1, 2 or up to 3 names in the dropdown. I'm trying to limit the combo to only show those emplyoee's that were assigned in the single job record.
Right now I just get the simple select of all three columns that look like this:
In this case EmpID 2 gets the Sales commission only, while EmpID 1 gets both the Estimating and Proj Managment commission. I need to get those three values into one column. Any ideas?
Right now I just get the simple select of all three columns that look like this:
In this case EmpID 2 gets the Sales commission only, while EmpID 1 gets both the Estimating and Proj Managment commission. I need to get those three values into one column. Any ideas?