I have a table with in ms access with fields like .
LoginID, UserID , CheckInTime
101 , 122 ,10/27/2014 4:32:27 AM
iwant to filter the data in my vb.net form by date . what query i need so that i can filter the data by date?
so that when i select the datetimepicker the query only show me the data of selected date.