I have a report in Access that I need to run from VB6.

The report is based on a query.

The query is a parameter query that needs a CustID.

I need to pass that CustID in from the VB program.

How can I give the query the CustID so the report will print properly?

Thanks!