Read Only

  • Thread starter Thread starter Joel Allen
  • Start date Start date
J

Joel Allen

Hi,

Is there a way to make an entire tab read only?

Here's what I'm trying to do: I have 5 tabs on my form. I want to grant
write access to only one tab to someone. I was thinking of doing this via a
password that you enter in one of the fields.

Thanks,
Joel
 
Absolutely it is possible, but most likely a royal PITA. You'd have to code
the entire security mechanism yourself though.
 
That's fine, but what is the code?

e.g. Tab1.ReadOnly = True --> or something to that effect?

Thanks,
Joel
 
Back
Top