Permissions problem - Can't use RWOP

  • Thread starter Thread starter TK
  • Start date Start date
T

TK

I have taken all permissions off my BE and am trying to set up all queries,
forms, reports, etc. in the FE to run with owners access option, but it
won't work. In some of my queries, I call a function which has to send one
of the fields from the participating table. Since there are no permissions
on that table, the user can't run the query.
Is there a way around this?
Thanks in advance.
TK
 
TK said:
I have taken all permissions off my BE and am trying to set up all
queries, forms, reports, etc. in the FE to run with owners access
option, but it won't work. In some of my queries, I call a function
which has to send one of the fields from the participating table.
Since there are no permissions on that table, the user can't run the
query.
Is there a way around this?
\

What function are you using? Can't you reference a RWOP query rather than
the table?
 
Back
Top