I get the following error while attempting to link an SQL Server 7.0, beta 3
table in Microsoft Access 97:
The database engine can't find 'dbo_<<table_name>>'. Make sure it is a
valid parameter or alias name, that it doesn't include invalid characters or
punctuation, and that the name isn't too long.
Where <<table_name>> is a valid table name in SQL Server and MS Access. It
seems to happen for tables with names longer than 27 characters. However,
it doesn't appear to happen with SQL Server 6.5 in tables with the exact
same name and structure.
Can someone please help?
TIA,
Tim Anderson