Hi,
I'm developing application in vb6.0 with MS-Access. When i try to fetch data between two dates using DTPicker for Ex. i select 15-Jan-15 , 16-Jan-15 in DTPickers it selects only datas from 16-Jan-15 it's not select data from 15-Jan-15.I'm using the following Query :
sql = "select * from ministmnt where Format(dat, ""dd-MMM-yy"") between '" & DTPicker2.Value & "' and '" & DTPicker3.Value & "' order by dat"