→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎02-18-2011 11:07 AM
Solved! Go to Solution.
‎02-21-2011 12:21 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain
From tblComputers
Where tblComputers.Computername Not In (Select tblsoftware.ComputerName
From tblsoftware Where tblsoftware.softwareName Like '%framework 4 client%')
‎02-22-2011 10:08 AM
‎02-21-2011 12:21 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain
From tblComputers
Where tblComputers.Computername Not In (Select tblsoftware.ComputerName
From tblsoftware Where tblsoftware.softwareName Like '%framework 4 client%')
‎02-18-2011 12:38 PM
where tblcomputers.computername not in (select computername from tblsoftware where sofwarename like '%framework 4 client%')
‎02-21-2011 09:54 AM
Lansweeper wrote:
you need to specify the where clause like thiswhere tblcomputers.computername not in (select computername from tblsoftware where sofwarename like '%framework 4 client%')
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now