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.