CharonErebus
Technical User
What I'm trying to do is query an MS Access database and display all the results in a datagrid. That part is working fine, but I also want to insert the results into a table to keep separately from the original table. I'm having trouble with my SQL statement and keep getting errors. What I need to know is the syntax for using the SQL in VB. Should I declare a new variable as an ADODB.Recordset and use .Open? If so, what would be the syntax for it? Or is there another way to do this that I'm not seeing?
--CharonErebus
--CharonErebus