How do i pass the parameter of a query in VBA?

gfcaim

Registered User.
Local time
Today, 14:58
Joined
May 26, 2004
Messages
20
How do i pass the parameter of a query in VBA?

My line is: cldDetail.SourceObject = "Query.qry_CDs", but the query requires a parameter (customer number).
 
This article explains about parameters and VBA.

Also, do a search, Pat Hartman has posted loads of useful stuff on this.

Col
 

Users who are viewing this thread

Back
Top Bottom