jamiehook01
Technical User
Hi i am trying to write a query which will return and average value for a rating (online photograph album with rating feature)
here is what i have done so far
rs.Open("SELECT Photo.PhotoID, Photo.Title, Rating.PhotoNO, Rating.Rating, Photo.url FROM [Photo] RIGHT JOIN [Rating] ON Photo.PhotoID = Rating.PhotoNO", cs, adOpenDynamic)
here is what i have done so far
rs.Open("SELECT Photo.PhotoID, Photo.Title, Rating.PhotoNO, Rating.Rating, Photo.url FROM [Photo] RIGHT JOIN [Rating] ON Photo.PhotoID = Rating.PhotoNO", cs, adOpenDynamic)