jamiehook01
Technical User
Hi i am trying to display all records but only the rating from a curently logged in user (asp.net) but with my statement as it currently is it only returns records that the user has rated! can any one help?
rs.Open("SELECT * FROM [Photo] Photo LEFT JOIN [Rating] Rating ON Photo.PhotoID = Rating.PhotoNO" _
& " WHERE Rating.MemberID=" & UsrrID & "", cs, adOpenDynamic)
rs.Open("SELECT * FROM [Photo] Photo LEFT JOIN [Rating] Rating ON Photo.PhotoID = Rating.PhotoNO" _
& " WHERE Rating.MemberID=" & UsrrID & "", cs, adOpenDynamic)