i have a text field with name "date" and i want to retrieve all he records from database when user write a specific date on that text field.......I am using MS access data base......Query below is not showing any record
String date=request.getParameter("OrderDate");
String query = "SELECT * FROM DoorStepRequests where OrderDate = #"+date+"# ";