S
sase m via DotNetMonster.com
I want to let the user decide for the date in the query. I want to sort the
database and put it in the datagrid.
I wrote this query :
SELECT *FROM table WHERE date BETWEEN #27/6/2005 20:20:30# and #28/6/2005
20:20:30#
And it works
But I want to put two MaskedBoxs and let the user decide for the date
I know how to do it with one variable but for two, please some one help me
database and put it in the datagrid.
I wrote this query :
SELECT *FROM table WHERE date BETWEEN #27/6/2005 20:20:30# and #28/6/2005
20:20:30#
And it works
But I want to put two MaskedBoxs and let the user decide for the date
I know how to do it with one variable but for two, please some one help me