password protect a tab on a form?

  • Thread starter Thread starter Derek Davlut
  • Start date Start date
D

Derek Davlut

Is there a way to password protect a tab on a form. There is sensitive data
in one tab that I would like to protect from wandering eyes. If there is an
alternate solution then feel free to express your ideas.

Thanks,

Derek.
 
Derek Davlut said:
Is there a way to password protect a tab on a form. There is sensitive data
in one tab that I would like to protect from wandering eyes. If there is an
alternate solution then feel free to express your ideas.

Thanks,

Derek.

Hiding the Tab will do the trick!
 
There's nothing to prevent users from displaying that sensitive data in a
folder view. Instead, consider storing it in a separate Oiutlook folder or
even a database and loading it into unbound form controls only when an
authorized user runs the form.
 
Back
Top