Assigning passwords to the report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to assign a password to the report so that the user can open his/her
own report only. Can someone help. Thanks !
Purnima
 
Assigning a password won't really help run the report only for a particular
person unless you build one report for each.

A better way is to setup User-Level Security. This forces each user to sign
on when he opens the database.

Then just include a filter in your report or a criteria in the query to only
allow them to see records for their userid.

This is a pretty common issue. Do a search and look for previous posts with
the following text...

"run with owner"
"RWOP"
"=CurrentUser()"
"only their records"
 
Infact, the reports I made are for particularl person only. I have created
separate reports for the Director of Sales, Processing, and Closing. I have
to create passwords for these three individuals so that they can view their
own department's reports only. Thanks!
Purnima
 
I would simply implement User-Level Security and then give them the
appropriate permissions, if it were me.
 
Rick said:
I would simply implement User-Level Security and then give them the
appropriate permissions, if it were me.

You could also split your front-end and backend, and have each of the
employees have different front ends with only their reports in it.

Simplier, but not as secure obviously.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top