I have a drop down box based on a value list.
Some records in this value list are inactive and should be hidden from view in the drop down box
What is the best way to achieve this?
Thank you,
Bob
I have a drop down box based on a value list.
Some records in this value list are inactive and should be hidden from view in the drop down box
What is the best way to achieve this?
Thank you,
Bob
If your value list is based on a table or relation, all you need is to a table filter on the underlying table on that inactive flag.
Thanks Patrick,
Yes, the value list is based off a table. I will loo into setting a filter on the inactive field and see where it takes me.
Thanks again,
Bob