J
jlmr
I have an access database with ONE table. In this database contains a
field name GROUP wich contains a total of 20 different groups; i.e.
group1, group2, ...group20. I need to seperate the data associated with
each of these groups into their own table. So for example, if group1
has 100 records associated with it, then there will be an access table
called group1 with 100 records in it, and so on for the other 19
groups. I am familair with writing a 'MAKE TABLE QUERY' that will
output the data associated with each group INDIVIDUALLY into seperate
table, ONE GROUP AT A TIME..
Does anyone know if there is a way to create ONE query (possibly from
using each of the 20 group Make Table Queries) that would seperate all
the data into 20 different tables with one key stroke rather than have
to run 20 different Make Table Queries?
Thanks,
Jim
field name GROUP wich contains a total of 20 different groups; i.e.
group1, group2, ...group20. I need to seperate the data associated with
each of these groups into their own table. So for example, if group1
has 100 records associated with it, then there will be an access table
called group1 with 100 records in it, and so on for the other 19
groups. I am familair with writing a 'MAKE TABLE QUERY' that will
output the data associated with each group INDIVIDUALLY into seperate
table, ONE GROUP AT A TIME..
Does anyone know if there is a way to create ONE query (possibly from
using each of the 20 group Make Table Queries) that would seperate all
the data into 20 different tables with one key stroke rather than have
to run 20 different Make Table Queries?
Thanks,
Jim