Resolved! Subqueries
I am trying to add a Microsoft Office Version column where it displays the Software Name as the results but im stuck.here is the subquery: Case When tblAssets.AssetID In (Select tblSoftware.AssetID From tblSoftware Inner Join tblSoftwareUni On tb...