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!

Recent content by thedigit

  1. thedigit

    access join query problems

    Thanks but I'm afraid that's not what I'm looking for. I wanted the r.projectversion=(select max(projectversion) from r where projectid=24 on the left join, so that any values of 3,5,2,6 that were not matching would have null rows. I hope that makes sense. Access is frustrating me so much :(
  2. 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