Hi all,can someone please help me add the make and model to the following report, SQL is not my thingThanks in advance Select Top (50) Count(tblAssets.AssetName) As BadBlocks, tblAssets.AssetName, tblAssets.UsernameFrom tblNtlogMessage Inner Join...