Pick date from calendar to run query

  • Thread starter Thread starter Joe70
  • Start date Start date
J

Joe70

In the criteria of my query I have:
Between [BeginningDate] And [EndingDate]
to select the date. I would like to have a calendar that would pop up
and let me pick the date so there is no typing involve.
Running Access 2003 on WinXP
 
You'll have to create a form with two text boxes, and change your query to
refer to those two text boxes, as opposed to the named parameters you
currently have. On your form, you can add a calendar that you can use to
populate the text boxes.
 
Back
Top