Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
I have small problem. I have created a form that has 2 sections that require
review and approval by different people. The document is protected for only filing in forms. Now here is the trickey problem, anyone can enter or remove names in the 2 review and approval section of the form. Is there a way to protect those 2 fields from others editing or entering information and also is there a way to protect them individually so only the authorized person can enter information into thier approval sections? |
#2
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Harry,
You might consider the following. Add a bookmark for "Review" and "Approval" Create a macro for Review and Approval. Example: Sub Approval() Dim oRng As Word.Range If Application.UserName "Mr. G. Ima Bigshot" Then Exit Sub Else ActiveDocument.Unprotect Set oRng = ActiveDocument.Bookmarks("Approval").Range oRng.Text = Application.UserName ActiveDocument.Bookmarks.Add "Approval", oRng ActiveDocument.Protect wdAllowOnlyFormFields, NoReset:=True End If End Sub Put a Macrobutton field in the form preceding the bookmark {MacroButton Approval "Approved:"} On Jan 26, 11:21 am, Harry B Harry wrote: I have small problem. I have created a form that has 2 sections that require review and approval by different people. The document is protected for only filing in forms. Now here is the trickey problem, anyone can enter or remove names in the 2 review and approval section of the form. Is there a way to protect those 2 fields from others editing or entering information and also is there a way to protect them individually so only the authorized person can enter information into thier approval sections? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
error messages when using table formula after moving column tot's | Tables | |||
Create backgrounds in a table cell. | Page Layout | |||
Table cell does not break across columns [multi-col page] | Tables | |||
Table cell does not break across columns [multi-col page] | Page Layout | |||
How to wrap text from cell to cell in a table. | Tables |