I have two tables.
First table holds the data.
Second table holds criteria ie activity of business, number of employees.
Instead of having a query and changing the criteria in it manually to match the second table how can I do it so that it will read each line of the second table and query the first table and then append the results to a third table.?
Any help appreciated.
First table holds the data.
Second table holds criteria ie activity of business, number of employees.
Instead of having a query and changing the criteria in it manually to match the second table how can I do it so that it will read each line of the second table and query the first table and then append the results to a third table.?
Any help appreciated.