Hi
I have a Access DB which contains four tables that are linked to excel sheets. I also have a query. I would like to start Access from VBA in Excel, and launch the query form there. Unfortunately I cannot run the query using Docmd.RunSql because this is a “SELECT” query. I was thinking about...