Ok, this one is kind of tricky...
Basically, we have a Form whereby once a user authenticates, it'll auto-fill their Department field. Based on that Department, it'll fill a Project drop-down list that corresponds to that department.
The problem is... we have two list items that are in each department's project list, but only pertain to certain, specific individuals, so the rest of the department does not need to see those list items. The only way I can think to distinguish them further, as a result, is by an employee's unique 4-digit ID.
So my thought is... is there a way, using JavaScript, to hide certain items from a drop-down list, but ONLY if the "Employee ID" field is NOT one of those select individuals?