J
Jason
I am trying to access a table in anoter mdb file:
Set rst = OpenDatabase("database.mdb").OpenRecordset("Select * from
CheckItems")
I get the error:
3112, Record(s) cannot be read; no read permissopn on "CheckItems"
I can however, open a second copy of Access 97 and access that table.
Thanks,
J.
Set rst = OpenDatabase("database.mdb").OpenRecordset("Select * from
CheckItems")
I get the error:
3112, Record(s) cannot be read; no read permissopn on "CheckItems"
I can however, open a second copy of Access 97 and access that table.
Thanks,
J.