I am receiving a "No Read Permission Error" (Error # 3112) which states:
Run-time error '3112':
Record(s) can't be read; no read permission on 'tablename'
OS: NT 4.0 Access ver. 97 Workgroup Information File: Default (no changes to security model)
Any ideas? I am trying to read MSysErrors (Synchronization Errors Data Table) from another separate database. I am using DAO.
Dim db as Database
Dim rst as Recordset
Set db = OpenDatabase(DBNAME()) ' works fine
Set rst = OpenRecordset("MSysErrors"
' error generated here
Any suggestions?![[3eyes] [3eyes] [3eyes]](/data/assets/smilies/3eyes.gif)
Thanks,
SATHandle
definition of 'less behind': "not fully caught up, digging out slowly, one-week delay to "The IT hit the fan."
Run-time error '3112':
Record(s) can't be read; no read permission on 'tablename'
OS: NT 4.0 Access ver. 97 Workgroup Information File: Default (no changes to security model)
Any ideas? I am trying to read MSysErrors (Synchronization Errors Data Table) from another separate database. I am using DAO.
Dim db as Database
Dim rst as Recordset
Set db = OpenDatabase(DBNAME()) ' works fine
Set rst = OpenRecordset("MSysErrors"
Any suggestions?
![[3eyes] [3eyes] [3eyes]](/data/assets/smilies/3eyes.gif)
Thanks,
SATHandle
definition of 'less behind': "not fully caught up, digging out slowly, one-week delay to "The IT hit the fan."