Hi,
I have a dropdown menu on one of my forms called "Project Name". By using "Choices([@'Resource Management'].'Project Name')" in the Items, I have pulled in all the Project Name choices from my SharePoint list. Easy.
BUT, a couple of the projects on that list have now been cancelled and have been recorded as "Cancelled" in another column in my SharePoint list called "Work Status".
My question is this...
How can I remove the projects in "Cancelled" status from the "Project Name" dropdown list?
I know I could just remove the cancelled projects from the SP list, but we want to keep them there. I also know I could suppress them by their project name, but I would have to do that manually for every project that gets cancelled in the future. So, how can I get the "Project Name" dropdown list to not show projects in "Cancelled" status automatically?