Querydef parameter for boolean field

S

Stan

I need to pass a parameter to a querydef for a boolean
field. How do I declare the parameter?
 
J

John Spencer (MVP)

In the query SQL it would look like:

PARAMETERS tfbooleanParameter Bit;
SELECT ...
 

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