G
Guest
Ok - I should have read all about security BEFORE I spent months and months
designing and developing my application (ARG!!!). Here is my delima - I have
over 150 SQL statements in VBA code and have setup user level security - when
I login as Admin (no permissions on BE) I get an error - no read permsssions
on table RWOP only works on querys (what a time to find this out!!)
....so I was wondering if I use the Workspace object and login to the Admins
group (have done this for using DAO to add tables and update fields) can I
then somehow set the Admins user as the current user that runs my vba code so
that all my SQL's will execute ?
Thanks for any help or suggestions!
Jerry
designing and developing my application (ARG!!!). Here is my delima - I have
over 150 SQL statements in VBA code and have setup user level security - when
I login as Admin (no permissions on BE) I get an error - no read permsssions
on table RWOP only works on querys (what a time to find this out!!)
....so I was wondering if I use the Workspace object and login to the Admins
group (have done this for using DAO to add tables and update fields) can I
then somehow set the Admins user as the current user that runs my vba code so
that all my SQL's will execute ?
Thanks for any help or suggestions!
Jerry