I set the security on our application with different privileges and when they execute a query to produce a report it does not run, specially for the "new data users". I found through TOOLS, SECURITY, USER AND GROUP PERMISSIONS that I can set BY GROUP or BY USER to give permission to OPEN/RUN and MODIFY DESIGN on the queries. I need to set it for the "full data users" and for the "new data users", but it can be set for one user only. I also tried setting the owner access "WITH OWNERACCESS OPTION" declaration in the SQL and it didn't work. What can I do to solve this situation?