bunker
Lifer
Let me preface this by saying if it were in SQL server I would have no problems, I hate Access!!!
I've got a table with 40k records and I need to split it up into eight 5k record tables for an operation I have to run on the data.
If it were SQL I would just do a
select into <table> where <id> between 1-5000
etc...until I was done.
Access isn't working with me here.
Help....please....🙂
I've got a table with 40k records and I need to split it up into eight 5k record tables for an operation I have to run on the data.
If it were SQL I would just do a
select into <table> where <id> between 1-5000
etc...until I was done.
Access isn't working with me here.
Help....please....🙂