→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎08-28-2012 02:24 PM
Solved! Go to Solution.
‎08-28-2012 03:03 PM
UPDATE tblCompCustom SET PurchaseDate = '08/27/2012' FROM tblCompCustom INNER JOIN tblComputers ON tblCompCustom.Computername = tblComputers.Computername WHERE (tblComputers.Computer = 'LAN-001')
GO
UPDATE tblCompCustom SET PurchaseDate = '08/28/2012' FROM tblCompCustom INNER JOIN tblComputers ON tblCompCustom.Computername = tblComputers.Computername WHERE (tblComputers.Computer = 'LAN-002')
GO
‎08-28-2012 03:03 PM
UPDATE tblCompCustom SET PurchaseDate = '08/27/2012' FROM tblCompCustom INNER JOIN tblComputers ON tblCompCustom.Computername = tblComputers.Computername WHERE (tblComputers.Computer = 'LAN-001')
GO
UPDATE tblCompCustom SET PurchaseDate = '08/28/2012' FROM tblCompCustom INNER JOIN tblComputers ON tblCompCustom.Computername = tblComputers.Computername WHERE (tblComputers.Computer = 'LAN-002')
GO
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now