saran wrote:
Quote:
Help me to solve this error.
The Microsoft Jet database engine cannot find the input table or query
'Table1'. Make sure it exists and that its name is spelled correctly. |
Given the amount of information you have given us (5 times no less!) I'm
afraid you are going to have to solve this one yourself. If you want us to
help you, you need to help us by providing more details. We are not standing
behind you looking over your shoulder at your computer screen.
Based on one of the other posts you made, it sounds like you're executing a
..Net statement. From the error message above, that statement seems to
be trying to get Jet to execute a query in a database and that query
contains a reference to "Table 1". It seems the database in which this query
is executing does not contain an "input table or query" called 'Table 1'.
Beyond that we cannot help you unless you show us the statement you are
executing as well as telling us why you believe the database your code is
connected to actually contains a 'Table 1'