DB user can see no table using ODBC link in MS Access

痴心易碎 提交于 2020-01-06 16:53:48

问题


We are facing an issue with MS access. There are two users having the same access for tables and previliges in database. But one user can access the tables from MS access and another user can't. Can you please let me know the reason.

Thanks for updating from options. I am looking in to it. User having grant permissions for SELECT ANY TABLE, it works for SQL connection (E.g. Toad or SQL +), but not for MS Access Is there any issue with MS-Access. Please update me.


回答1:


You say "can see no table", is it possible that code or macro is running that hides the tables and that one user has Tools->Options->Hidden Objects ticked and one does not?

It may be worth typing a query into SQL View of the query design window to see if data is returned:

 SELECT * FROM [TableNameHere]


来源:https://stackoverflow.com/questions/1264939/db-user-can-see-no-table-using-odbc-link-in-ms-access

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!