5
Answers

VB and Access Database


Having the access datebase with a Date/Time column that display dd-mmmm-yyyy and  a DateTimePicker how should the sql be for select items from the access database
Select * from table where startdate = 'datetimepicker' ? Or must there be some formating of the dates before selecting.

Answers (5)