Re: MonthCalendar Control
Welcome to the forums. :wave:
MonthView1.Value would contain the date selected.
But, if you need a data range, then you would need to select two dates, which makes it a bit more tricky (how does the MonthView control know which date you are selecting - start or end?)
Do you have a working query that "someone else wrote" that you are trying to modify to fit your own needs?
Re: MonthCalendar Control
Hack,
Thank you for your response but I would need a date range. Maybe the date/time picker would be a better option? Or maybe just a date entry field (in a text box) that allows users to enter start/end date. The sql query is written already (and it works in it's current form) but the data that I'm gathering with the start/end date is added to the beginning of the SQL query, stored as an integer and passed to the next form.