Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form driven query

Status
Not open for further replies.

bettyboop

Technical User
Oct 29, 2002
2
US
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?
 
See thread222-391943 Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top