I have a query named qry_scorecard that joins a table and another qry - it runs fine. (I have scoured the SQL and it does not have duplicate field names.)
My second query (qry_scorecard_TEMP) retrives data from the original qry_scorecard. It is the only table or query being accessed. I keep getting the message that a field could refer to more than onr table listed in the FROM statement. Well, there is only one qry in the FROM statement. I even deleted the offending column(field) from the original qry_scorecard to test if there were two columns with the same name - I get the same error.
Any ideas?
My second query (qry_scorecard_TEMP) retrives data from the original qry_scorecard. It is the only table or query being accessed. I keep getting the message that a field could refer to more than onr table listed in the FROM statement. Well, there is only one qry in the FROM statement. I even deleted the offending column(field) from the original qry_scorecard to test if there were two columns with the same name - I get the same error.
Any ideas?