This seems to be the problem after trying the debug procedure spikepl suggested.
qdf.SQL = Replace(CurrentDb.QueryDefs("qryReportTemplate").SQL, "Group", ![Group]) is replacing the Master.Group in the FROM statement. I also have Master.Group in the SELECT statement.
What is the easiest way...