J
jmillerWV
Hello again all,
Have a SQL backend, and an Access2003 front end. When I run a passthrough
query I get the "Select Data Source" dialogue box. Is there a way to send
info along wiht the command to run the query to choose the data source
without user intervention? code I am using now:
Dim stQry1 as string
stQry1 = "MyPassthroughQuery"
docmd.OpenQuery stQry1
Simple I know but it works to run the query.
Thanks in advance for any assistance.
Have a SQL backend, and an Access2003 front end. When I run a passthrough
query I get the "Select Data Source" dialogue box. Is there a way to send
info along wiht the command to run the query to choose the data source
without user intervention? code I am using now:
Dim stQry1 as string
stQry1 = "MyPassthroughQuery"
docmd.OpenQuery stQry1
Simple I know but it works to run the query.
Thanks in advance for any assistance.