Problem creating a custom report with the "Custom1" field
Hello,I am simply trying to get a list of all my computers (computer, domain) with the "Custom1" column shown in the custom fields windowHere is mty script:Select Top 1000000 tblComputers.ComputerUnique, tblComputers.Domain, tblComputers.Computernam...