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 :(
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.