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
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