Hi,
I am trying to input date to database using combobox. as follows
dim d as date
dim da as date
da = c1 & "/" & c2 & "/" & c3
d = Format(CDate(da), "dd/mm/yy")
With Adodc1
.AddNew
MsgBox " Date " & d
!daterem = Format(CDate(da), "dd/mm/yy")
MsgBox "Date...