odbc query recordset reference

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,
I'm tring to setup an application that will send Mutiple people an email
from a form. I have followed some of the other post to this forum, but none
seem to work for me. I think my Problem is my tables or all ODBC
connections. When I try to set a reference to my query recordset so I can
loop thru them to make the list of address to send to:. I get this error
Run-time error '3061': too few Parameters.Expected 2.
Here is the Set command
Set rst = CurrentDB.QueryDefs("managers").OpenRecordset
If I import the table it will work correctly, but fails if I leave the table
linked via ODBC.

Basically How do set a recordset to a query of a linked table?

thanks
john
 

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

Similar Threads

Recordset too large? 10
Pass Through to SQL Server Optimization Questions 2
linked table from ACCESS 3
Make table from recordset 2
Recordset from query 5
ODBC 3
Help with recordset 3
listbox recordset 8

Back
Top