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

Search results for query: *

  1. nikloskim

    help with multiple select statement query

    thank you guys for responding; the parameters passed in by the user are from the form, selecting the employee name and selecting a date. then what I wanted to do was, based upon the selected employee and date, retreive the data for the week start up until the selected date, and sum them up... I...
  2. nikloskim

    help with multiple select statement query

    hi all... i am trying to grab rows based on two user-inputted criteria, 'theEmpID' and 'theDate'..and then, based on 'theDate' value, 'startDate' will be used as the criteria for the beginning date range up until the ending date range of 'theDate' SELECT * FROM [salesQuery] WHERE emp_id...

Part and Inventory Search

Back
Top