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...