I have an existing select query that I would like to execute with DAO. I have been able to write code to create and execute the query but how do you simple excute an existing query. Say the exiting query is named renames as shown below.
Option Compare Database
Option Explicit
'References...