Ive really tried very hard but alas I seem unable to solve a simple need.
List.1 [Project List] Contains Cols 'Project Name' & 'Project Status'
List.2 [Order Materials] Contains Cols 'Stuff' & Lookup [List.1] 'Project Name'
My EditForm for ordering Stuff to a Project contains the Choices DropDown ITEMS: Choices('Order Materials'. 'Project Name')
However, I need to FILTER only those Projects if 'Project Status' = "Onsite"
Filter
(Choices('Order Materials'. 'Project Name'),
Value in Filter('Project List','Project Status' = "Onsite")
What am I getting wrong?
Thank you