I need some help in developing a form driven query. I want to pick a range of dates from date picker and allow that to populate a grid.
my query placed in adodc1 is as follows.
SELECT data.Date, data.Vendor, data.Category, data.Program, data.Amount FROM data
I want to use the date picker to further restrict the data to a date range.
What is the proper approach to this?
my query placed in adodc1 is as follows.
SELECT data.Date, data.Vendor, data.Category, data.Program, data.Amount FROM data
I want to use the date picker to further restrict the data to a date range.
What is the proper approach to this?