Read Only

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
 
E

Eric Legault [MVP - Outlook]

Absolutely it is possible, but most likely a royal PITA. You'd have to code
the entire security mechanism yourself though.
 
J

Joel Allen

That's fine, but what is the code?

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

Thanks,
Joel
 
Top