How do I do this.
I need to get the first say 15 records of my table, actually a recordset from a form. And I want to put them into a new table with the same structure as the original (I can make this in advance so it doesn't have to be in code). Than I want all the other records, 16 and more to be added to a third table. Also with the same structure.
Any idea how to pull this off?
I need to get the first say 15 records of my table, actually a recordset from a form. And I want to put them into a new table with the same structure as the original (I can make this in advance so it doesn't have to be in code). Than I want all the other records, 16 and more to be added to a third table. Also with the same structure.
Any idea how to pull this off?