Hi there,
I have two lists: projects and partners. (Not all projects have partners but all partners belong to a project).
In my partner list I have a ProjectID field which is a lookup to the ProjectID in the project list.
I would like to create a dropdown that displays only projects that have a partner (project id exists in the partner list). Any ideas how to do that?