I'm using VB6 and connecting to an Access 2000 database. I've written a program to loop through a table and create a query on the fly. That query updates query #2 and based on the results of query #2; a record may or may not be included in a new recordset.
This is my problem... the program works just fine; and then decides not to be able to find the query in the middle of the loop. And it's not always at the same record. It may process 5 records; and the next time it may process 10 records... This is the message that appears ... The Microsoft Jet Database Engine cannot find the input table or query query name. Make sure it exists and that it's name is spelled correctly. When I look at the database it does exist, so for some reason - it loses its reference to it. Has anyone encountered this problem???
Thank you.
This is my problem... the program works just fine; and then decides not to be able to find the query in the middle of the loop. And it's not always at the same record. It may process 5 records; and the next time it may process 10 records... This is the message that appears ... The Microsoft Jet Database Engine cannot find the input table or query query name. Make sure it exists and that it's name is spelled correctly. When I look at the database it does exist, so for some reason - it loses its reference to it. Has anyone encountered this problem???
Thank you.