|
|
There was a problem opening the record set: Cannot open any more tables. SELECT Song.SongID, Song.Song, Song.LyricsURL, Artist.ArtistID, Artist.The, Artist.Artist, yyVersionName.Version, Version.Hit, Version.Time, Version.VideoURL, xxVersionCollection.*, Collection.Collection, Collection.InLibrary, yyFormat.Format FROM ((((((xxVersionCollection RIGHT JOIN Collection ON xxVersionCollection.CollectionID = Collection.CollectionID) LEFT JOIN Version ON xxVersionCollection.VersionID = Version.VersionID) LEFT JOIN (xxSongVersion LEFT JOIN Song ON xxSongVersion.SongID = Song.SongID) ON Version.VersionID = xxSongVersion.VersionID) LEFT JOIN xxSongArtist ON Song.SongID = xxSongArtist.SongID) LEFT JOIN Artist ON xxSongArtist.ArtistID = Artist.ArtistID) LEFT JOIN yyVersionName ON Version.VersionNameID = yyVersionName.VersionNameID) LEFT JOIN yyFormat ON Collection.FormatID = yyFormat.FormatID WHERE xxVersionCollection.CollectionID=500 ORDER BY CINT('0' & xxVersionCollection.Disk), CINT('0' & xxVersionCollection.Side), CINT('0' & xxVersionCollection.Track), Song.Song; |