S
Stan
I have two tables, the first table "Project"is a list of
100 projects. This table contains a unquie project ID and
the Project Address.
The second is a list of 2000 Tenants. This table contains
the Project Id the Tenant ID and the tenant's address.
I want to create a query that will make a one table per
project with all of that project's tenants listed. And
then continue to create tables until all of the project
have there own table.
I can do a macro to repeat the process but I am not sure
how to create the query to change project numbers and
change the name of the new created tables.
100 projects. This table contains a unquie project ID and
the Project Address.
The second is a list of 2000 Tenants. This table contains
the Project Id the Tenant ID and the tenant's address.
I want to create a query that will make a one table per
project with all of that project's tenants listed. And
then continue to create tables until all of the project
have there own table.
I can do a macro to repeat the process but I am not sure
how to create the query to change project numbers and
change the name of the new created tables.