jvcoach23
Well-known member
need some help and advice.
I want to pass a start date and end date to a stored procedure. What I would like to do is be able to click on any day of the week (Im trying it with the calendar control right now, dont know if the date picker is what I want.. any advice there would be great)
Anyway, I want to be able to click on any day of the week and have vb send the start of the week as the startdate and the end of the week as the end date. I could just pass in a date and let sql do the work with datepart function, but Im trying to learn vb and how it works.. so I want to figure out how you would go about it in vb.
So.. what control do I want to use, MonthCalendar or DatePicker and how do you specify the range
thanks
shannon
I want to pass a start date and end date to a stored procedure. What I would like to do is be able to click on any day of the week (Im trying it with the calendar control right now, dont know if the date picker is what I want.. any advice there would be great)
Anyway, I want to be able to click on any day of the week and have vb send the start of the week as the startdate and the end of the week as the end date. I could just pass in a date and let sql do the work with datepart function, but Im trying to learn vb and how it works.. so I want to figure out how you would go about it in vb.
So.. what control do I want to use, MonthCalendar or DatePicker and how do you specify the range
thanks
shannon