Record cannot be read; no read permission on 'MSysObjects'

后端 未结 5 1975
春和景丽
春和景丽 2020-12-03 15:08

I\'m trying to get a list of all tables from an Access 2007 ACCDB format database using Excel VBA.

I have followed this post:

How can I get table names from

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-03 16:06

    It looks like a permissions problem. Try opening the database and going to the security permissions (under Tools-> security -> User and group permissions) Make sure you have admin access to the database.

    If you don’t you might have to logon to the database as a user that does and grant yourself permissions

提交回复
热议问题