Sometimes when I face this type of problem what I do is that I define a "Dummy" Field in the query that is the record source of the report, that is, creating an Empty field in the query (see Example attached) and the SQL counterpart
SELECT tblSample.Id, tblSample.First, tblSample.Last, "" AS...