Select Top 100 Percent dbo.tblComputers.Computername As Computer,
dbo.tblComputers.Username, dbo.tblComputerSystemProduct.Name,
dbo.tblComputerSystemProduct.Vendor,
tblComputerSystemProduct1.IdentifyingNumber, dbo.tblComputers.Lastseen,
tblCompCustom.Location, tblCompCustom.State, tblCompCustom.Custom1,
tblCompCustom.Comments
From dbo.tblComputers Left Outer Join
dbo.tblComputerSystemProduct On dbo.tblComputers.Computername =
dbo.tblComputerSystemProduct.Computername Inner Join
tblComputerSystemProduct tblComputerSystemProduct1 On
dbo.tblComputers.Computername = tblComputerSystemProduct1.Computername,
tblCompCustom
Group By dbo.tblComputers.Computername, dbo.tblComputers.Username,
dbo.tblComputerSystemProduct.Name, dbo.tblComputerSystemProduct.Vendor,
tblComputerSystemProduct1.IdentifyingNumber, dbo.tblComputers.Lastseen,
tblCompCustom.Location, tblCompCustom.State, tblCompCustom.Custom1,
tblCompCustom.Comments
Order By dbo.tblComputers.Computername