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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pull data by week

Status
Not open for further replies.

skw8966

Programmer
Apr 12, 2001
59
US
I have a search page with a date field.

I'm using Dreamweaver MX to create a page which pulls data from an Access query.

I would like to pull data for the whole week corresponding to the date entered on the search page.

Can someone tell me how this is written in the SQL for the recordset.
 
Well you would need to form elements datefrom dateto
Then filter the first >= for the datefrom and <=dateto against the recordset.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top