Hello
Here is my question:
1. First open the form called "Interface"
2. There is two groups of buttons, each one opens the same form ("table1", which base on the table "table 1") but applies different query.
3. When pressing the button "Alexandria", I opens the for and filters the results to show only records which the field "City" is Alexandria.
4. Keep the form opened.
5. When we deal with the second group of buttons "Occupation", and press- for instance- "Lawyer", while the form is (still open) and filtered with "Alexandria", what will happens is as follow:
"The previous filter "Alexandria" will be CANCELLED, and ONLY the new filter "Lawyer" applies.
What I want to do is:
WHEN I PRESS THE BUTTON "Lawyer" after pressing the button "Alexandria", I want:
The second filter "Lawyer" is applied, BUT, on the previous filter (i.e.: - Apply a new filter, but keep the previous), so the result will be that:
The form opens and show me the records of people living in "Alexandria" ((AND)) working as Lawyers.
Hope my question is clear,
Thanks in advance
Here is my question:
1. First open the form called "Interface"
2. There is two groups of buttons, each one opens the same form ("table1", which base on the table "table 1") but applies different query.
3. When pressing the button "Alexandria", I opens the for and filters the results to show only records which the field "City" is Alexandria.
4. Keep the form opened.
5. When we deal with the second group of buttons "Occupation", and press- for instance- "Lawyer", while the form is (still open) and filtered with "Alexandria", what will happens is as follow:
"The previous filter "Alexandria" will be CANCELLED, and ONLY the new filter "Lawyer" applies.
What I want to do is:
WHEN I PRESS THE BUTTON "Lawyer" after pressing the button "Alexandria", I want:
The second filter "Lawyer" is applied, BUT, on the previous filter (i.e.: - Apply a new filter, but keep the previous), so the result will be that:
The form opens and show me the records of people living in "Alexandria" ((AND)) working as Lawyers.
Hope my question is clear,
Thanks in advance