Hello,
I have been assigned to fix a bug in an Access application. I have microscopic experience with Access though. When looking at the SQL version of a query, I see constructs like this:
SELECT ... FROM X AS X1
RIGHT JOIN (Y AS Y1
RIGHT JOIN Z ON Y1.yyy = Z.zzz)
ON X1.xxx =...