Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / July 2006

Tip: Looking for answers? Try searching our database.

MS Office Word 2003 Data Entry Form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Todd Weiss - 10 Jul 2006 20:26 GMT
I have 2 questions about using the data entry forms to save data in a text
file using MS Office Word 2003. 1) I seem to be able to replace the text
file, however I cannot update it? Do you have any idea how to do this? 2) I
assume at the time that a user would enter data into the data entry form that
the form itself would be protected. In the protected mode I see no way of
resetting the fields to enter a new record. Can you help me out with this as
well? I am grateful for any assistance that you are able to provide.
Peter Jamieson - 11 Jul 2006 10:48 GMT
> 1) I seem to be able to replace the text
> file, however I cannot update it?

No. if you need to save data from the form into an existing file, you will
need to do it in  a macro and present the user with a suitable button (or
whatever) to initiate the macro.

There's more about this and Word forms in general at
http://www.mousetrax.com/techpage.html#autoforms

> I
> assume at the time that a user would enter data into the data entry form
> that
> the form itself would be protected. In the protected mode I see no way of
> resetting the fields to enter a new record.

You can provide the user with a macro that unprotects and reprotects the
form, and provide them with a button that invokes the macro (although
protecting a document for forms greys out a lot of menu items and buttons,
buttons that execute macros are available. For example, the following macro
will unprotect/reprotect a form:

Sub clearform()
 ActiveDocument.Unprotect Password:="abc"
 ActiveDocument.Protect Type:=wdAllowOnlyFormFields, _
   noreset:=False, Password:="abc"
End Sub

Peter Jamieson

>I have 2 questions about using the data entry forms to save data in a text
> file using MS Office Word 2003. 1) I seem to be able to replace the text
[quoted text clipped - 6 lines]
> as
> well? I am grateful for any assistance that you are able to provide.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.