G
Guest
I have written code that creates a query in a remote database. It does this
from my primary database.
I have opened the remote database and run the query (which was set up from
my database) manually and it does what I want it to do. I can delete that
query from my database which I must be able to do if I am planning to run
that query many times.
Now I want to run that query from my program (it appends records to my main
database). What is the syntax? (I tried docmd.runSQL(".....") with no luck)
Bill Andersen
from my primary database.
I have opened the remote database and run the query (which was set up from
my database) manually and it does what I want it to do. I can delete that
query from my database which I must be able to do if I am planning to run
that query many times.
Now I want to run that query from my program (it appends records to my main
database). What is the syntax? (I tried docmd.runSQL(".....") with no luck)
Bill Andersen