I am currently working on a SQL C# windows form application and have made a form where users can search through delivery dates in the database by selecting a date range from two datetime pickers called DTpstr and DTPEn, when dates are found they will then be displayed in a datagridview for the users to see. DTpstr is the start date and DTPEn is the end date.