themikehyde
IS-IT--Management
Hi,
I have an Access 2000 database that contains both local (tblTableName1) and linked (SERVER1_TableName2) tables. Using .ASP I can access the local tables fine, but when I try to access the linked tables, it displays the following:
The Microsoft Jet database engine cannot find the input table or query 'TableName2'. Make sure it exists and that its name is spelled correctly.
I have tried using both SERVER1_TableName2.fieldname and TableName2.fieldname, and same result.
Thanks,
Mike
I have an Access 2000 database that contains both local (tblTableName1) and linked (SERVER1_TableName2) tables. Using .ASP I can access the local tables fine, but when I try to access the linked tables, it displays the following:
The Microsoft Jet database engine cannot find the input table or query 'TableName2'. Make sure it exists and that its name is spelled correctly.
I have tried using both SERVER1_TableName2.fieldname and TableName2.fieldname, and same result.
Thanks,
Mike