I am using a form where everything trigger off the first selection in the form. Now I have the choices pulling from a column in another table. I used select list and then added the table.column to provide the choices in the drop down. So far no problem. However I also want to add another secondary filter based on values in current table. So I am trying to limit the choices that show up first by the table column and second by the row. See attached example.
Thank you