Hello,
I have a combo box with some values like "Field11", "Field12"... (see image) which are some column-names in this table.
I would like to get only the people with an "Y" in the cell when I select "FieldXY". If I select "Field17" in the combo box I only want to get the one person... "Field13" the 6 person with a "Y"
I tried it with a simple Query but I noticed it's not a good option. I think it requires VBA, could anybody give me some advice how the code could look like?
Thanks!