Hi,
I have datetimepicker and next to datetimepicker is textbox.
When I choose date from datetimepicker, selected date goes into textbox.
Works fine.
-- txt1.Text = Format(DateTimePicker1.Value, "dd.MM.yyyy")
Problem is, when selected date from datetimepicker is shown in txt1, that date doesnt want to be saved into database. Database is empty for that value.
When I enter date into txt1 box Manually, then thath date saves into database.
Any ideas?
Datetime picker isn't bounded with datasource, but txt box is.
In database (access) value for "date of birth" field is Date/Time.
Plus: Can I change a date in textbox manually (sometimes) and then automatically date would be changed in date time picker?
Thank you!!