Resolved! Report of last seen computers
HiI am trying to get a list of all of the computers in the Lansweeper database and determine the last time that they were scanned. I am running this report:Select Top 1000000 tblAssetCustom.Custom1 As FullName, tblAssets.AssetID, tblAssets.AssetUni...