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 MikeeOK 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. KMI123

    having trouble with a somewhat complex query...

    thank you SO much PHV! that's exactly what I was looking for. Leslie - I didn't get to try yours but I will do that to and read up on Joins at that link you sent. Thanks again! I really appreciate the help :)
  2. KMI123

    having trouble with a somewhat complex query...

    i will read up on lookup fields in tables and see if that helps...thanks :)
  3. KMI123

    having trouble with a somewhat complex query...

    alright, not sure if this will help or not but here is the SQL for a query I have working. This one will display the recommendation along with both the Section and Category names. Now I just need to somehow get the SubCategory names in there... SELECT tbl_Recommendations.AuditID...
  4. KMI123

    having trouble with a somewhat complex query...

    ok, sorry...this is my first time with forums, let me try to explain a little bit better... In my recommendations table i have 3 fields as my primary keys (DocumentID, RecOrder, RecOrderAlpha). I then have the following fields/datatypes in addition to a Recommendation field (Memo). 1) a...
  5. KMI123

    having trouble with a somewhat complex query...

    There are 4 tables that I am working with for this query. Recommendation, Section, Category, and SubCategory. I have a form allowing the user to categorize recommendations by section, category, and subcategory using cascading combo boxes. The ID (either a number or letter) is then stored in...

Part and Inventory Search

Back
Top