how do you create a scrolling text field that can only be
edited by the site admin? Example: a news update text field.

Konithomimo

Re: Text field editable only by site admin only by Kevin

Kevin
Wed Sep 08 16:02:57 CDT 2004

You can't create a form field that can only be editied by an individual or
group. However, you CAN create a form that is private to only a group or
individual. There are several ways to do this. One is to create a subweb
with unique permissions, and put your protected documents in that web.
Another is to use ASP, ASP.Net, or some other server-side technology to
write a login page and pages that only allow logged-in users to view them.
Requires some programming.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"konithomimo" <anonymous@discussions.microsoft.com> wrote in message
news:851b01c495e2$d3affc50$a601280a@phx.gbl...
> how do you create a scrolling text field that can only be
> edited by the site admin? Example: a news update text field.
>
> Konithomimo