heey everyone,
I need some help sorting out data. I have 1 query returning 100+ results and i need to split that query up and save it into 2 access tables. how can i go about doing this?
I have 2 ideas..neither of which i know how to implement exactly ( thats where i need your help, unless you can think of a better way to do this...)
1) create a auto numbered main table put the results of the query in that table. have 2 other tables where the first takes 1-85, and the second takes 86-120 directly from a main table
Or
2)have the SQL statement send the data to the 2 tables using somthing like INSERT somehow..
If anyone can help me out Id highly appreciate it.
Thx
Doc