|
-
Jun 6th, 2000, 08:10 PM
#1
Thread Starter
Junior Member
I tried using this SQL statement in checking if a certain
tablename exist in an Access2000 database:
"SELECT name FROM MSysObjects WHERE name = '" & _
tablename & "'"
Unfortunately, it reports an error "Record(s) cannot be read; no permission on 'MSysObjects" even if I view hidden
and system objects.
How can I go around this error.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|