cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
potegos
Engaged Sweeper
I want to create report with computers that has no Parallel/LPR port available. How to do that?
1 REPLY 1
Hemoco
Lansweeper Alumni
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain
From tblComputers
Where tblComputers.Computername Not In (Select tblparallelport.Computername
From tblparallelport)