SQL Server 2008 read-only access causes error in Microsoft Access 2007

Hi.
A user has to perform on an SQL Server 2008 a "SELECT from tables" ( no update, insert or delete) command.
She is working with the data with an Access 2007 front end. She created access, created a blank database, clicked External Data, clicked ODBC database, then created an ODBC connection using SQL Server Native Client 10.0. She also got a successful message after clicking the Test Connection. Her SQL server account is appointed to her Windows login. Logging into her SQL Server is done with Windows authentication. The DSN (SQL Server Native Client 10.0) was set up with Integrated Windows authentication.
After that, when she tried to connect to one of the SQL Server tables, she received this error:
"The
Microsoft Access database engine could not find the object <name>. Make sure the object exists
And that you spell its name and the path name correctly. (Error 3011)."
I've done SELECT, UPDATE, INSERT, and DELETE queries on my own SQL server table, and it perfectly works.
She also tried the same setup on several SQL Server ODBC drivers: SQL Native Client, SQL Server, and SQL Server Native Client 10.0. Still it didn't work. On the other hand, she made a successful import from Excel using her read-only login. After that, I assumed that there is a bug in Access driver that caused this error. Or perhaps there is an undocumented reason that’s why Access 2007 won’t allow me link or copy the read-only tables from SQL Server 2008.
This is only specific to this user. We all are using Windows 7 Enterprise along with Access 2007. One of us is allowed with read-only ability, who can duplicate the problem on the SQL Server 2008 tables. Also another one is allowed with full readwrite ability who can do the process without the error message above.
That's why we're thankful that Excel works like a charm; we still can import work. When I tried to observe some control over the data on the back end, the user is forced to use Access (not Excel) from front end.
I need a solution. Thanks in advance.
