Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Jet database engine cannot find the input table?

Status
Not open for further replies.

steve728

Programmer
Mar 16, 2003
536
US
The following code, which works with other tables just fine:

Dim rs As Recordset
Set rs = New ADODB.Recordset
rs.Open "SELECT * from glsingle", adoConnection, adOpenStatic, adLockReadOnly

results in th following error message:
"The Microsoft Jet database engine cannot find the input table or query 'GLSingle'. Make sure that exist and that its name is spelled correctly."

It exists bigger than heck! What's going on! I deleted it and reimported it from Foxpro. It still doesn't work. Any clues? It opens just fine when I double click on it.
Help!

Steve
 
The following shed some light on my problem. It seems as though ANY file that I import now will cause the same error!
Why doesn't Access find the table when it's obviously there?

Please help me. This is really putting a crimp in my day!

Thanks,

Steve
 
I found the trouble cyber buddies! It was a datapath that had been changed without my knowing. Thanks anyway to all of you. What a comfort it is to know that you folks are always there!

Onward hoe!

Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top