hi
i am a vb with datagrid view on it displays all the data from my database
however i want to put a option to add where the user can select the date from when to when and it displays the data.
at the monet i have use this code but when i click it after selecting the date nothing happens
Dim sqlQuery As String = "SELECT * FROM MyTable WHERE DateColumn BETWEEN @param1 AND @param2"
Thanks