S
Stavros Panayiotou
I have the follow code and while running I received the next error. I have
full permisions for all objects of the database:
Run-time error '3112':
Record(s) cannot be read; no read permissions on 'qrySAPInterface'
Code:
Dim qd As QueryDef
Dim parUpToDate1 As Parameter
.....
Set qd = dbsloc.QueryDefs("qrySAPInterface")
Set parUpToDate1 = qd![forms!frmSAPInterface!txtUpToDate]
....
Please help
full permisions for all objects of the database:
Run-time error '3112':
Record(s) cannot be read; no read permissions on 'qrySAPInterface'
Code:
Dim qd As QueryDef
Dim parUpToDate1 As Parameter
.....
Set qd = dbsloc.QueryDefs("qrySAPInterface")
Set parUpToDate1 = qd![forms!frmSAPInterface!txtUpToDate]
....
Please help