‎05-10-2012 04:02 AM
‎05-14-2012 05:03 PM
‎05-11-2012 10:15 PM
‎05-11-2012 11:52 AM
Select Top 1000000 tblCompCustom.Computername, tblComputers.ComputerUnique,
Web40OSName.OSname, tblComputerSystemProduct.Name As Model,
tblComputerSystemProduct.IdentifyingNumber As [Identifying Number],
tblCompCustom.PurchaseDate As [Purchase Date], tblCompCustom.Warrantydate As
[Warranty Expiration], Web40OSName.Compimage As icon
From tblCompCustom Right Join
tblComputers On tblCompCustom.Computername = tblComputers.Computername
Left Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername Left Join
Web40OSName On Web40OSName.Computername = tblComputers.Computername
Order By tblCompCustom.Warrantydate Desc
‎05-10-2012 11:20 PM
‎05-10-2012 12:45 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now