Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending parameter to Acess query

Status
Not open for further replies.

Albano

Instructor
Dec 11, 2000
221
0
0
PT
Hi,

How, to I send a parameter to an Access query in VBD.

Ex:
executequery ("query1") parameter

Thanks,

Albano
 
the query itself must be able to take parameters, then you would need to initiate a querydef object, bound the object to the query, and then you can access the parameters collection within the querydef object...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top