HI Shane, Off the top of my head I can't think of a way of doing it directly with a command line, but yes a SQL query would work. You'd probably want something like the below, if you can load this into Excel or something then you could format thecolumns nicely and script it to run possibly using VBA macros (though I'll be honest and say I don't know how to do that part!) SELECT SongTitles.ItemTitle,Songs.HDReference, Artists.ArtistName, Songs.Year, Songs.LastEditedDate, Songs.ChartPeak, SongCategories.Description, Songs.Extro, Songs.OriginallyAddedDate, Songs.DisplayBy, Songs.DisplayTitle FROM Songs INNER JOIN SongTitles ON Songs.TitleNumber = SongTitles.TitleNumber LEFT OUTER JOIN SongCategories ON Songs.ItemNumber = SongCategories.ItemNumber LEFT OUTER JOIN SongTypes ON Songs.ItemNumber = SongTypes.ItemNumber LEFT OUTER JOIN Artists ON Songs.ArtistNumber1 = Artists.ArtistNumber
------------ Peter Jarrett, Technical Director Broadcast Radio Ltd.Bill Bailey: No win, no fee, no basis in reality. Just a room above a minicab office in Acton and a steady stream of greedy simpletons whose delusion is only matched by their clumsiness
|