I am using VB6 and Access database. In a sales form I have objects like DatePicker1, DatePicker2, DataGrid1, Adodc1, Command1. Adodc1 has Command string connected to Jet 4.0, and database (dbSales) and table tblSls. how can I get the record between two dates given on run-time thru DatePickers? Pls help by sending code.