TroyMcClure
Technical User
I made a quick query, saved it as 'query4', just because it was only to be a temporary make-table query. I made a table called 'SomeTempTable' using query4. I then deleted query4
Then I made another select query (called 'query10') using 'SomeTempTable' as it's source. When I run Query10, it pops up a parameter box asking for Query4.Difference.
'Difference' is one of the fields in the table 'SomeTempTable'.
I looked in the SQL of the query10, and there is NOTHING about query4, there are NO parameters in the parameter list for query10. I've compacted the databse also. I still get this. How in heck does 'query4'--which is totally deleted and wiped clean from the entire databse--even referenced at all???
T
Then I made another select query (called 'query10') using 'SomeTempTable' as it's source. When I run Query10, it pops up a parameter box asking for Query4.Difference.
'Difference' is one of the fields in the table 'SomeTempTable'.
I looked in the SQL of the query10, and there is NOTHING about query4, there are NO parameters in the parameter list for query10. I've compacted the databse also. I still get this. How in heck does 'query4'--which is totally deleted and wiped clean from the entire databse--even referenced at all???
T