Hi,
I'm relatively new at this so I appreciate all help.
Question 1
I have a table (table1) full of data. I want to export part of this data into a new table (table2). The conditions for the data to be exported is that A or B are true and that C or D are true (simple checkboxes). I tried to model this as two queries, one for A or B and one for C or D. But when I tried to combine them into the selection variable, that both conditions have to hold (I made a new queary where I used the previous two queries Q1 and Q2 and set their criteria as "True") Access replied that I can't specify criteria’s for queries. What should I do?
Question 2
I will add more data on the posts exported to table2 via a form. However, table1 is growing continuously and thus the export query will need to be executed every time I open table2 (or the form). How will the additional information previously entered via the form be treated, will it remain or will it be deleted when the export query is run?
Best,
Petter
I'm relatively new at this so I appreciate all help.
Question 1
I have a table (table1) full of data. I want to export part of this data into a new table (table2). The conditions for the data to be exported is that A or B are true and that C or D are true (simple checkboxes). I tried to model this as two queries, one for A or B and one for C or D. But when I tried to combine them into the selection variable, that both conditions have to hold (I made a new queary where I used the previous two queries Q1 and Q2 and set their criteria as "True") Access replied that I can't specify criteria’s for queries. What should I do?
Question 2
I will add more data on the posts exported to table2 via a form. However, table1 is growing continuously and thus the export query will need to be executed every time I open table2 (or the form). How will the additional information previously entered via the form be treated, will it remain or will it be deleted when the export query is run?
Best,
Petter