S Stan Nov 19, 2003 #1 I need to pass a parameter to a querydef for a boolean field. How do I declare the parameter?
J John Spencer (MVP) Nov 19, 2003 #2 In the query SQL it would look like: PARAMETERS tfbooleanParameter Bit; SELECT ...