D
Douglas
Why is it that when I create an Update query and set Run
Permissions to Owner that a user who has no table
permissions can run the query and update the
table...but...when I tried: DoCmd.RunSQL "Update Table01
SET Field02 = 'Test' WITH OWNERACCESS OPTION;" I got an
error that the user does not have permissions. I thought
I was doing the same thing as in the query.
Thank you for your help.
Permissions to Owner that a user who has no table
permissions can run the query and update the
table...but...when I tried: DoCmd.RunSQL "Update Table01
SET Field02 = 'Test' WITH OWNERACCESS OPTION;" I got an
error that the user does not have permissions. I thought
I was doing the same thing as in the query.
Thank you for your help.