Miltiple address lines on Appointment Form

J

JYokom

I am building a custom appoinment form on a public calendar that has three
separate boxes that require input from multiple people. The boxes are for
names from the global address list. The problem that I am havinig is that if
one person adds names to a box, only that person sees the names. I want all
to see the names. I also want to set permissions to modify only those boxes.
How do I do that?
I hope that this isn't too confusing.
 
S

Sue Mosher [MVP-Outlook]

Outlook doesn't have any per-field locking built-in, but you can enable/disable, show/hide individual controls by working with the control's Visible and Enabled properties. See http://www.outlookcode.com/d/propsyntax.htm#unbound

What I find confusing is what you mean by "only that person seems the name."

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
J

JYokom

it was sees the names. Only the person that inputed the names sees them when
the form is opened.
 
S

Sue Mosher [MVP-Outlook]

I can't think of any scenario in which that would happen unless code behind the form is changing the font color or something like that. What do other people see, blank boxes?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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

Top