hi,
i'm getting this error msg:
Record(s) cannot be read; no read permission on 'MsysObjects'
when i'm trying to list table names with this code:
any ideas why?
i'm getting this error msg:
Record(s) cannot be read; no read permission on 'MsysObjects'
when i'm trying to list table names with this code:
Code:
commandstring = "SELECT MSysObjects.Name FROM MsysObjects WHERE (Left$([Name],3)=" & chr(39) & "Feb" & chr(39) & ");"
objRecordSet.Open commandstring, objConnection, adOpenStatic, adLockOptimistic