Hi:
I'm currently modifying and old program. The database control and management were all using Early Binding with ADODC.

To modify all with ADO Object are monumental task!

So I'm asking FOR HELP! How can I do this:

ADODC.RECORDSOURCE=QUERY + parameter (---> MS Access Query at database with parameter)

How can i pass the parameter/s to the Query?

Thanks

Simon