‎06-13-2012 10:00 PM
‎06-14-2012 10:22 AM
UPDATE tblCompCustom
SET PurchaseDate = '01/01/2012'
FROM tblCompCustom INNER JOIN
tblComputers ON tblCompCustom.Computername = tblComputers.Computername
WHERE (tblComputers.Computer = 'LAN-001')
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now