I have a SQL table which I am querying from. The VB program allows a user to specify "customer number" and it will pull up all records with a related customer number in the SQL table and populate a truedbgrid.
I want to let the user have the option to click on a button and "save" these resulting records to an Access Table (name which they will input). I am using ADO for the SQL query to pull the data in the first place, but I'm having trouble figuring out how to send the resulting recordset to Acess.
Any help would be greatly appreciated.
-ZE
I want to let the user have the option to click on a button and "save" these resulting records to an Access Table (name which they will input). I am using ADO for the SQL query to pull the data in the first place, but I'm having trouble figuring out how to send the resulting recordset to Acess.
Any help would be greatly appreciated.
-ZE