05-29-2012 08:42 AM
05-29-2012 06:34 PM
UPDATE tblCompCustom
SET Custom1 = 'YourNo',
Custom2 = 'YourDate',
Custom3 = 'YourRemark'
FROM tblCompCustom INNER JOIN
tblComputers ON tblCompCustom.Computername = tblComputers.Computername
WHERE (tblComputers.Computer LIKE 'YourComputer')
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now