Allow Report Print, NO Database rights??

L

LeapYr60

How do I configure a user's Access so that he can only run and print a particular Access report, but NOT have any capability to make changes to the database tables or that report itself?

Matt
 
J

Joan Wild

LeapYr60 said:
How do I configure a user's Access so that he can only run and print
a particular Access report, but NOT have any capability to make
changes to the database tables or that report itself?

You can implement security. The only permissions the user would need is
ability to open/run the database object and the report, and read data
permission on the record source for the report (best to use a RWOP query for
this)
 
Top