I want to get the data between today this the coding i used
CrystalReportViewer1.SelectionFormula = "{sell.Date}= '" & DateTimePicker2.Value & "' BETWEEN {sell.Date}= '" & DateTimePicker1.Value & "'"
I saved the data into data
Dim date1 As Date = DateTimePicker1.Value.Date
THE ERROR I got have attached as a picture
I need help quickly as possible