11-24-2011 06:23 PM
Solved! Go to Solution.
11-25-2011 02:25 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblPrinters.Caption
From tblComputers Inner Join
tblPrinters On tblComputers.Computername = tblPrinters.Computername
Where tblPrinters.Capabilitydescriptions Like '%color%'
11-25-2011 02:25 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblPrinters.Caption
From tblComputers Inner Join
tblPrinters On tblComputers.Computername = tblPrinters.Computername
Where tblPrinters.Capabilitydescriptions Like '%color%'
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now