Is there a way to populate an option Group from a separate table?
I want to place a filter on a form, but I want the ability to vary (on an irregular basis) the values on which I filter by. As the program is used, the operator gets practical experience of which values he or she wants to filter by, which frequently is not the same as my own. Also as time goes by, the values required for the filter will vary.
What I want is a table with 7 values (my limit of options) in it, which would be used as the 7 “Choices” in the Option Group. This way, I can easily allow for a simple way to change the filter values easily.
Thanks