Asking a lot of questions tonight. Thank you for your patience.
I've created a recordset,
How do I get to show on the screen like a table or a query? Do I have to create a table from the recordset, then open the table, then delete the table when done viewing (unless, of course, I want to keep it)?
Thanks again for your help.
michael.kemp@gs.com
I've created a recordset,
Code:
Set rst=db.OpenRecordset(sql)
Thanks again for your help.
michael.kemp@gs.com