I have a report that is based on table that is created when the report is generated. Prior to a report being generated, the previous table is deleted with a new table with new data created.
The users who will generate this report do not have administrative rights. They do not have permission to delete or modify table structures, only data.
How can I get this report to run for them? Can I give temporary permission to their user group for administrative rights and remove them at the end of the code?
How do I do this?
Thanks.
Paul
The users who will generate this report do not have administrative rights. They do not have permission to delete or modify table structures, only data.
How can I get this report to run for them? Can I give temporary permission to their user group for administrative rights and remove them at the end of the code?
How do I do this?
Thanks.
Paul