VB6: what is the likely cause of Error 30开发者_如何学C78 " ... Jet database engine cannot find the input table or query ... "
A typo in the table name.
Try checking the connection and checking the database for corruption, that is, back up and then compact and repair. You might also like to read this article on corruption
精彩评论