Can someone please help me understand why I am getting error "Circular reference caused by 'standings' " I get this error when I try to run the query "standings" I have a similar JOIN in "qrySubStanding" with no error. See attached....
Can someone please help me understand why I am getting error "Circular reference caused by 'standings' " I get this error when I try to run the query "standings" I have a similar JOIN in "qrySubStanding" with no error. See attached....
The query selects from itself. It needs to be another table or query.