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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Pass ActiveX Calendar Value to Access Query? 2

Status
Not open for further replies.

johnfrani

Technical User
Oct 2, 2002
33
US
Is it possible to have a use click an ActiveX Calendar Control and have the selected date value passed to an Access query?

If so, how do I make this work.

Thanks, John
 
One way to do it: Create a form and insert the Calendar Control. In your query, set the date's criteria to

=[Forms]![frmXXXX]![ActiveXCtXX]

You're not alone'

TomCologne

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top