D
dancnbr
I have a table that I need to divide into several smaller tables based
on the region that each record belongs to (the region information for
each record is in the table). I'd like to create a table for each
region. Ultimately each table will be exported into excel for use by
our sales group. The issue is that there are approximately 50 regions
and I don't want to write a make table query for each since there
isn't data for every region and I don't want to send an empty file to
the sales team responsible.
Is it possible to do this by using a query to find the unique regions
in the data set and then creating a table for each region from that?
I'm looking for a VBA solution as this will be distributed to users
that won't have access to the tables.
on the region that each record belongs to (the region information for
each record is in the table). I'd like to create a table for each
region. Ultimately each table will be exported into excel for use by
our sales group. The issue is that there are approximately 50 regions
and I don't want to write a make table query for each since there
isn't data for every region and I don't want to send an empty file to
the sales team responsible.
Is it possible to do this by using a query to find the unique regions
in the data set and then creating a table for each region from that?
I'm looking for a VBA solution as this will be distributed to users
that won't have access to the tables.