I've got 4 procedures that create tables. After the last procedure I am attempting to read one of the newly created tables. When it jumps to that procedure I get this error:
"Microsoft Jet Database engine can not find the input table or query tbl_Group_Data. Make sure it exists and that it's name is spelled correctly".
It is spelled correctly and when I click on the debug it is at the following statement:
rsData.Open "Select * from tbl_Group_Data", cnData, adOpenStatic
After viewing the break and pressing F5 the procedure will continue without a problem. It is reading this table from a local Access 97 database on my system.
TIA
David