May 1, 2003 #1 AZSEEK Programmer Joined Feb 13, 2003 Messages 84 Location US Is anyone aware of a way that I can set read permissions (VBA or VB)on the MSysAccessObjects table... I am receiving a funky error that I have not seen before in Access... Record(s) cannot be read; no read permission on 'MSysAccessObjects'...
Is anyone aware of a way that I can set read permissions (VBA or VB)on the MSysAccessObjects table... I am receiving a funky error that I have not seen before in Access... Record(s) cannot be read; no read permission on 'MSysAccessObjects'...
May 1, 2003 #2 Trendsetter Programmer Joined Mar 25, 2003 Messages 782 Location GB If your application has security enabled then you have a conflict within the .mdw file which could lock your file completely. I would be tempted to remove security completely - compile - repair - compact and then build security back again. Upvote 0 Downvote
If your application has security enabled then you have a conflict within the .mdw file which could lock your file completely. I would be tempted to remove security completely - compile - repair - compact and then build security back again.