E
Eric Durán
Hi,
I want to create a parameter query, but instead of having the parameters
in the WHERE clause (Access' help only gives this kind of examples) I'd like
to use the parameters in the FROM clause.
The reason for this, it's just because I have a set of tables (Table1,
Table2, Table3) all having the same schema. Each table is the result of an
import operation (that's why they have the same schema) and I have a query
that I'd like to apply to each one of them.
So, instead of having to copy/paste the query each time I import a
table, I'd like to run my pre-defined query and just give the name of the
new table.
Is there a way to achieve this?
Thanks.
I want to create a parameter query, but instead of having the parameters
in the WHERE clause (Access' help only gives this kind of examples) I'd like
to use the parameters in the FROM clause.
The reason for this, it's just because I have a set of tables (Table1,
Table2, Table3) all having the same schema. Each table is the result of an
import operation (that's why they have the same schema) and I have a query
that I'd like to apply to each one of them.
So, instead of having to copy/paste the query each time I import a
table, I'd like to run my pre-defined query and just give the name of the
new table.
Is there a way to achieve this?
Thanks.