→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎02-29-2016 10:18 PM
SELECT a.AssetName, at.AssetTypename, ac.PurchaseDate, ac.Department, ac.Custom2 FROM tblAssets a
INNER JOIN tblAssetCustom ac ON a.AssetID = ac.AssetID
INNER JOIN tsysAssetTypes at ON a.Assettype = at.AssetType
WHERE ac.Custom2 > '499'
Solved! Go to Solution.
‎03-05-2016 12:40 PM
‎03-05-2016 12:40 PM
‎03-01-2016 04:49 PM
‎02-29-2016 11:12 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now