I'm linked to an SQL Server, using MS Access. All the tables are linked to the same db and I can open and view the data in all the tables except one. All the fields for all the records show #NAME?. I first get an ODBC - Call failed! Then the table opens and I get all the #NAME? in the records. I re-link several times and I still get the same thing.
When I try to select from the table in SQL Server Management environment I get and error...
Msg 916, Level 14, State 1, Line2
Server user '%s' is not a valid user in database '%s'
But I am a valid user, the table is in the same database as the others and the others I have no problem accessing. Why would I be able to access all of them except one?
Thanks!
When I try to select from the table in SQL Server Management environment I get and error...
Msg 916, Level 14, State 1, Line2
Server user '%s' is not a valid user in database '%s'
But I am a valid user, the table is in the same database as the others and the others I have no problem accessing. Why would I be able to access all of them except one?
Thanks!