Parameter query

B

Barry

How do I create a parameter query that allows me to pass the criteria via
ODBC? I am going to execute this query via an ODBC procedure call, and I
want to pass the value with this call to the query. I do not know how to
properly create the query so it recognizes the parameters passed via the
procedure call.
 
M

MGFoster

Barry said:
How do I create a parameter query that allows me to pass the criteria via
ODBC? I am going to execute this query via an ODBC procedure call, and I
want to pass the value with this call to the query. I do not know how to
properly create the query so it recognizes the parameters passed via the
procedure call.

Ways to do this are DAO & SQL Pass Through (SPT) query or ADO & using
the Command object's Parameters. Which do you want to do?
 

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