Date picker control and paramerter query dialogs

dxp

Registered User.
Local time
Yesterday, 20:05
Joined
Jun 5, 2006
Messages
62
I have a parameter query that requires the user to input a start date and end date into dialog boxes generated by the query. My question is: it possible to have a date picker control actually on the dialog boxes when they show for a date to be entered, or is this only possible when using a form with text boxes to generate the dates for start and end dates?
 
Between CDate([Forms]![Form1]![txtDatestart]) And CDate([Forms]![Form1]![txtDateEnd])

In query criteria for date. This should be linked to a cbo or txt box.
 
Thanks for the reply, but thats using a form with text control boxes which I know how to do.

What I would like to do is have the start and end date system dialog boxes that are generated by a parameter query popup with a date picker I use on them or just have the date picker popup. I hope this makes sense!!
 

Users who are viewing this thread

Back
Top Bottom