I have an Access Database 2007 I am creating reports in Report Viewer in C# Using Two dateTimePickers.While Writing query to fill or filter the Table.When I Write Query SELECT Edate, Description, Amount FROM Expenses WHERE Edate BETWEEN FromDate AND ToDate) Generate error Like This..
Please Suggest The Soution With Approperiate Qeury or Method To Overcome this Problem
My Access DB table is Expenses(Edate,Description,Amount)
Please Reply For this And Thanks in Advance