Hi All,
I am using Access 2013 (the newest access, just downloaded online) and can't seem to get this to work.
I have a series of SQL queries that when they run it gives me the pop-up of "pass=through query..."
I want to include these queries into a macro so that I don't have to continuously run each query. I have the current setup:
setwarnings No
Echo No
OpenQuery Query 1, View Datasheet, Data Mode Edit
.
.
.
Echo Yes
setwarnings Yes
I have tried everything and also went to the trusted settings and made sure to add all the locations on my computer. Does anyone have any solutions?
Thanks in advance.


Reply With Quote

