Hello,
I use VB6 and MS ACCESS2003. I would like to run a query that find records between 2 date. The date are entered through textbox control with format set to date (dd/MM/yyyy). I don't find the correct syntax to run that query. My code looks like :
"(StartDate >= DateValue(txtStartDate.Txt) AND EndDate <= DateValue(txtEndDate.Text))"
Any Idea ????


Reply With Quote
