Hi,
Can someone please help me to bind my datepicker to my database fields OR maybe another suggestion to make this work....

This is my code from which I get an error "Cannot bind....."

Set DTPickerStart.DataSource = rsRecord
DTPickerStart.DataField = "start_date"

All I want to do is have the user select a start and end date which must be written away to my table - at a later stage I want to subtract end-date from start-date to get the days.

All of this works fine, but I cannot get my app. to write the datepicker values to the table!!

Please help - I've been battling with this for weeks now and cannot get it going!!