Hi Folks,
Something I have been working on, and can't seem to figure out (if it is even possible). Any suggestions would be greatly appreciated.
I have a huge table that I am working with (about 10 fields, 700,000 records). The table is stored on SQL Server and I have created a view for the table via Access 2000. One of the fields in the table can have any of 77 different text values.
Is it possible to somehow create a query or macro so that a unique table is created for each one of the 77 different text values. For example, the table contains 10 fields and field number 1 can be anyone of 77 different text values for each record. I would like to create seperate tables with each table just showing all records for one of the possible 77 different values in field number 1.
I know I can use the create table action query to do this, but with this much data it is not only very slow but I would have to do it 77 times.
Thank you and any help is appreciated,
Thanks,
Joe
Something I have been working on, and can't seem to figure out (if it is even possible). Any suggestions would be greatly appreciated.
I have a huge table that I am working with (about 10 fields, 700,000 records). The table is stored on SQL Server and I have created a view for the table via Access 2000. One of the fields in the table can have any of 77 different text values.
Is it possible to somehow create a query or macro so that a unique table is created for each one of the 77 different text values. For example, the table contains 10 fields and field number 1 can be anyone of 77 different text values for each record. I would like to create seperate tables with each table just showing all records for one of the possible 77 different values in field number 1.
I know I can use the create table action query to do this, but with this much data it is not only very slow but I would have to do it 77 times.
Thank you and any help is appreciated,
Thanks,
Joe