D
Daniel
Hi,
I have a very large table that I want to split into
chunks so I an paste it into excel. The table is lookup
table it onlt has two colmns but is massive. The two cols
are code and description. What I would like to do is
create some sql in VBA that will loop round and create a
multiple tables based on a set criteria. The criteria
would be on the codes bit of the table. I know that the
codes start with a letter, from A to Z, all the A's are a
prticulr group, as are all the B's etc.so that wouold be
a good way of breaking it down, does anybody know of a
way to do this, otherwise I will just do lots of make
table queries.
Thanks
I have a very large table that I want to split into
chunks so I an paste it into excel. The table is lookup
table it onlt has two colmns but is massive. The two cols
are code and description. What I would like to do is
create some sql in VBA that will loop round and create a
multiple tables based on a set criteria. The criteria
would be on the codes bit of the table. I know that the
codes start with a letter, from A to Z, all the A's are a
prticulr group, as are all the B's etc.so that wouold be
a good way of breaking it down, does anybody know of a
way to do this, otherwise I will just do lots of make
table queries.
Thanks