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: *

  • Users: thedigit
  • Content: Threads
  • Order by date
  1. thedigit

    access join query problems

    hi, I'm a new user here so please go easy on me :-) I have a query, which works fine: SELECT au.UserId, au.FirstName, au.Surname, r.Percentage, r.ProjectId, r.ProjectVersion FROM appuser AS au LEFT JOIN resources AS r ON (au.UserId = r.UserId and r.projectid=24 and r.projectversion=39 WHERE...

Part and Inventory Search

Back
Top