To keep it kind of simple in my explanation...
I need to be able to be able to insert multiple records into a table from a button click event. I want to set up a loop in the code for the button click event that will loop through one table retrieving records while inserting into a different table
Note: I have already got the procedure to retrieve records that I want using a recordset called rs_sp. Now I want to take these records and insert them into a different table in my current database at the same time I am looping through the rs_sp recordset.
If anyone has an example they could post or point me to that would be great. I have been looking in the help and trying different things but I cant seem to find exactly how to do it.
I hope this all makes sense.
Any help would be greatly appreciated
Bryant
I need to be able to be able to insert multiple records into a table from a button click event. I want to set up a loop in the code for the button click event that will loop through one table retrieving records while inserting into a different table
Note: I have already got the procedure to retrieve records that I want using a recordset called rs_sp. Now I want to take these records and insert them into a different table in my current database at the same time I am looping through the rs_sp recordset.
If anyone has an example they could post or point me to that would be great. I have been looking in the help and trying different things but I cant seem to find exactly how to do it.
I hope this all makes sense.
Any help would be greatly appreciated
Bryant