G
Guest
I have written a query that works fine. I am trying to duplicate this in VBA. I have written the code to create a recordset, and it matches the query.
Set strSQL = "the SQL code
Set db = CurrentD
Set rstDWP = db.OpenRecordset(strSQL
Now I want to (1) display the recordset and (2) save it as a table. Any ideas would be appreciated
Thanks!
Set strSQL = "the SQL code
Set db = CurrentD
Set rstDWP = db.OpenRecordset(strSQL
Now I want to (1) display the recordset and (2) save it as a table. Any ideas would be appreciated
Thanks!