Hi
It still changes and breaks the where part of the query when trying to save the report
This is what it automatically changes the section to
Where
upgrade_tblComputers.Computername Not In (Select
.upgrade_tblsoftware.ComputerName
From Inner Join On .upgrade_tblcomputers.Computername =
.upgrade_tblsoftware.ComputerName
Where .upgrade_tblsoftware.softwareVersion Like '3.4.5619.10914') And
upgrade_tblSoftware.softwareName Like 'Safend%' And
upgrade_tblComputersystem.Domainrole < 2
Order By upgrade_tblComputers.Computer
removing the tables from the join and adding periods