‎07-14-2012 12:13 AM
Solved! Go to Solution.
‎07-17-2012 10:41 AM
Select Top 1000000 tblComputers.Computer, tblComputers.Username,
tblCompCustom.Custom10 As Loaner, tblCompCustom.Custom1 As AssignedTo
From tblComputers Inner Join
tblCompCustom On tblComputers.Computername = tblCompCustom.Computername
Where tblCompCustom.Custom10 <> ''
‎07-18-2012 12:54 AM
‎07-17-2012 10:41 AM
Select Top 1000000 tblComputers.Computer, tblComputers.Username,
tblCompCustom.Custom10 As Loaner, tblCompCustom.Custom1 As AssignedTo
From tblComputers Inner Join
tblCompCustom On tblComputers.Computername = tblCompCustom.Computername
Where tblCompCustom.Custom10 <> ''
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now