A family of Microsoft relational database management systems designed for ease of use.
Yeah. You can get the actual SQL statement in the VBA window. In the immediate window enter
? CurrentDb().QueryDefs("Name of the query").SQL
Once that prints in the immediate window, you can copy it and then open the query in design view and switch to SQL View. Once there you can either fix the join expression and save the query in SQL view or paste the SQL string and save in SQL view. NEVER go back to design view on this query.
John Spencer Access MVP 2002-2005, 2007-2010 The Hilltop Institute University of Maryland Baltimore County