I came across the following line in a piece of code :-
Set RS = CurrentDb.OpenRcordset (SELECT * FROM mytbl
I feel confident enough to assume that this is not ADO, but is it DOA or something else.
There seems to be so many ways to interact with tables/queries (ADO, DAO, dynamic queries in VBA, running stored queries using ADO) that I get quite confused as I want to build and code the most efficient, optimised database
Any help would be appreciated
Thanks
Phil
Set RS = CurrentDb.OpenRcordset (SELECT * FROM mytbl
I feel confident enough to assume that this is not ADO, but is it DOA or something else.
There seems to be so many ways to interact with tables/queries (ADO, DAO, dynamic queries in VBA, running stored queries using ADO) that I get quite confused as I want to build and code the most efficient, optimised database
Any help would be appreciated
Thanks
Phil