In code, you manipulate the Parameters collection of a QueryDef object that
represents the stored query, and then use the QueryDef's OpenRecordset
method.
--
Quote:
>Hi,
>how do we open a stored query w/ its parameters without rewriting or
>assigning the querydef SQL property.
>Thanks