Hi All,
Scenario I am looking at trying to solve:
I have a list of staff, some staff are mentors and some are instructors - or both mentor and instructor. This is defined in their record with a toggle value - for example:
- Example Staff Record 1
- Mentor Field (toggle value=true)
- Instructor Field (toggle value=false)
- Example Staff Record 2
- Mentor Field (toggle value=true)
- Instructor Field (toggle value=true)
Within ALL records, I have two drop down lists called Assessor and Mentor (Assessor being instructor)
If within a staff record, the Mentor or Instructor toggle is set to (true) - I want my drop down lists to be able to pick their names up as an option within my Assessor or Mentor drop down list.
I've looked at many examples (similar) to what I am looking to do, but I'm unable to find the right code for this.
Anyone have an idea?