I am using Visual Studio .Net 2003 and have created a report which has DateTo and DateFrom parameters...These appear as textboxes, and the user has to enter a date for each...

I want to know if I can change them to DateTimePickers instead of textboxes... is this possible?

Someone gave me the idea of creating the DateTimePicker items in a seperate formn send the user inputs to the report.... I tried this but codnt wrk out how 2 send them from the form to the report, be become the paramter values......

And ideas would be greatly appreciatied

Thanks