Hi,
you can't run access on server like sql server. What you can do - is to save
query SQL as text on server, then run access on a server (from server UI!),
let it detect and read new sql, run it, and save result in a file. something
like this. but not sure you gain much on this approach.
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"margaritavillain" <(E-Mail Removed)> wrote in
message news:A1F18B2B-63B3-4262-A486-(E-Mail Removed)...
> I am working on pulling report data using Access and Excel. I want to
> create
> the SQL strings in Excel/VBA and send them to Access - which opens on the
> server and executes the queries from the server side. I can then use
> Excel
> to pull a recordset.
>
> I understand all the VBA in both Excel and Access to do this except
> getting
> the Access application to run on the server and not the local machine.
> The
> issue is the connection to the server is so slow it's not practical to do
> this any other way. Can someone point me to an explaination of how to do
> this?