excel vba - Run a SQL query on existing recordset? -


i've created 3rd recordset (disconnected) 2 existing recordsets came different connections.

now, i'd run sql query on 3rd recordset.

i using excel vba.

thanks, harry

you can use ado recordset filter method sql clauses: filter , recordcount properties example, e.g.

rs.filter = "supplierid = 10" 

Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -