P
Paul T.
Is it possible to use a pre-built Access query as the source of an ADO
recordset without having to recreate the SQL text in a string? I have a
complex query that I don't know will translate very well if I try to redo
the query in code. I have tried a bunch of different ways and have had no
luck. I think it's possible in DAO, but I was wondering why it was so
difficult to figure out in ADO (if it's even possible).
Any help is greatly appreciated. I am at a loss a the moment.
recordset without having to recreate the SQL text in a string? I have a
complex query that I don't know will translate very well if I try to redo
the query in code. I have tried a bunch of different ways and have had no
luck. I think it's possible in DAO, but I was wondering why it was so
difficult to figure out in ADO (if it's even possible).
Any help is greatly appreciated. I am at a loss a the moment.