Pass-thru Queries

D

Duane Hookom

I use a little DAO code to set the SQL property of the saved pass-through
query. Something like:
Dim strSQL As String
strSQL = "SELECT... FROM ... WHERE ID=" & Me.txtID
Currentdb.QueryDefs("qsptMyQuery").SQL = strSQL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top