I am trying to create a form with a filter.
I have an n:1 relation to allow the user to select the Supplier, and then enter details.
I also have a list showing all items, but I would like to filter the items shown, to only show items that have the Supplier that has been selected.
I have been trying all different filters, but can't seem to get it to show the correct results.
What filter should I be using to check that the chosen Supplier (F2) matches the supplier in the list?
Thanks