R
Rob
I wanted to have a form with the Calendar control to pick a date NOT tied to any Control Source (a date field in a table). I merely
wanted to have a user be able to click on a date for a report start date.
Well, on the form, you can select the month (drop down) and the year (drop down), but you can't click on a DAY. It is not responsive
to clicking on a day.
What is the secret here? How can I select the day by clicking on it? DOes it have to have some Control source set? I wanted to use
code to simply read the calendar control for a date and run a query.
wanted to have a user be able to click on a date for a report start date.
Well, on the form, you can select the month (drop down) and the year (drop down), but you can't click on a DAY. It is not responsive
to clicking on a day.
What is the secret here? How can I select the day by clicking on it? DOes it have to have some Control source set? I wanted to use
code to simply read the calendar control for a date and run a query.