A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How do I design a form that uses text fields?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 6th 06, 03:28 PM posted to microsoft.public.outlook.program_forms
Ann
external usenet poster
 
Posts: 32
Default How do I design a form that uses text fields?

Like the question states, I'm very frustrated because I've been trying to
design a couple of forms for my firm using Outlook. They're simple forms and
I need to add text fields so the user can just tab from one field to the
other. I figured out how to add text fields, but they disappear once I add
them and they don't get saved once I publish the form. HELP!
  #2  
Old June 6th 06, 03:44 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How do I design a form that uses text fields?

Did you actually create fields with the Field Chooser? Or did you just add text box controls?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Ann" wrote in message ...
Like the question states, I'm very frustrated because I've been trying to
design a couple of forms for my firm using Outlook. They're simple forms and
I need to add text fields so the user can just tab from one field to the
other. I figured out how to add text fields, but they disappear once I add
them and they don't get saved once I publish the form. HELP!

  #3  
Old June 6th 06, 04:14 PM posted to microsoft.public.outlook.program_forms
Ann
external usenet poster
 
Posts: 32
Default How do I design a form that uses text fields?

I didn't use the field chooser because we don't need pre-designed fields. I
just need empty text boxes in the form so that we can fill them in when
sending the form.

"Sue Mosher [MVP-Outlook]" wrote:

Did you actually create fields with the Field Chooser? Or did you just add text box controls?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Ann" wrote in message ...
Like the question states, I'm very frustrated because I've been trying to
design a couple of forms for my firm using Outlook. They're simple forms and
I need to add text fields so the user can just tab from one field to the
other. I figured out how to add text fields, but they disappear once I add
them and they don't get saved once I publish the form. HELP!


  #4  
Old June 6th 06, 04:22 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How do I design a form that uses text fields?

Text boxes store no data. Fields store data. You will need to bind each text box to the field you want do use to store the data entered in that box. Do this on the Value tab of each control's Properties dialog.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Ann" wrote in message news
I didn't use the field chooser because we don't need pre-designed fields. I
just need empty text boxes in the form so that we can fill them in when
sending the form.

"Sue Mosher [MVP-Outlook]" wrote:

Did you actually create fields with the Field Chooser? Or did you just add text box controls?



"Ann" wrote in message ...
Like the question states, I'm very frustrated because I've been trying to
design a couple of forms for my firm using Outlook. They're simple forms and
I need to add text fields so the user can just tab from one field to the
other. I figured out how to add text fields, but they disappear once I add
them and they don't get saved once I publish the form. HELP!


  #5  
Old June 6th 06, 06:57 PM posted to microsoft.public.outlook.program_forms
Ann
external usenet poster
 
Posts: 32
Default How do I design a form that uses text fields?

Sue,

I'm using "Text Form Fields" from the Forms toolbar. Is this not what I'm
supposed to be using? When I create forms in Word, I insert text form fields
and protect the document so that when I use it later, all I need to do is tab
from one field to the other and enter information. That is what I want to do
in an email template and be able to send it to someone else in my company so
they can pull it up, fill in the fields and send it off.


"Sue Mosher [MVP-Outlook]" wrote:

Text boxes store no data. Fields store data. You will need to bind each text box to the field you want do use to store the data entered in that box. Do this on the Value tab of each control's Properties dialog.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Ann" wrote in message news
I didn't use the field chooser because we don't need pre-designed fields. I
just need empty text boxes in the form so that we can fill them in when
sending the form.

"Sue Mosher [MVP-Outlook]" wrote:

Did you actually create fields with the Field Chooser? Or did you just add text box controls?



"Ann" wrote in message ...
Like the question states, I'm very frustrated because I've been trying to
design a couple of forms for my firm using Outlook. They're simple forms and
I need to add text fields so the user can just tab from one field to the
other. I figured out how to add text fields, but they disappear once I add
them and they don't get saved once I publish the form. HELP!


  #6  
Old June 6th 06, 07:15 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How do I design a form that uses text fields?

No, that's not what you're supposed to use. You can't use Word form fields to collect data with email messages. You can use either an Outlook custom form -- which may be problematic, though, unless you can publish it to the Organizational Forms library on Exchange server -- or an attached Word file. InfoPath is also a good tool for gathering data.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Ann" wrote in message ...
Sue,

I'm using "Text Form Fields" from the Forms toolbar. Is this not what I'm
supposed to be using? When I create forms in Word, I insert text form fields
and protect the document so that when I use it later, all I need to do is tab
from one field to the other and enter information. That is what I want to do
in an email template and be able to send it to someone else in my company so
they can pull it up, fill in the fields and send it off.


"Sue Mosher [MVP-Outlook]" wrote:

Text boxes store no data. Fields store data. You will need to bind each text box to the field you want do use to store the data entered in that box. Do this on the Value tab of each control's Properties dialog.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Ann" wrote in message news
I didn't use the field chooser because we don't need pre-designed fields. I
just need empty text boxes in the form so that we can fill them in when
sending the form.

"Sue Mosher [MVP-Outlook]" wrote:

Did you actually create fields with the Field Chooser? Or did you just add text box controls?



"Ann" wrote in message ...
Like the question states, I'm very frustrated because I've been trying to
design a couple of forms for my firm using Outlook. They're simple forms and
I need to add text fields so the user can just tab from one field to the
other. I figured out how to add text fields, but they disappear once I add
them and they don't get saved once I publish the form. HELP!


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help re Outlook Contact Form design Dab Outlook - General Queries 2 May 6th 06 04:08 AM
Form design in outlook Kaushik Saha Outlook - Using Forms 1 April 27th 06 08:30 PM
new contact form design NikNak Outlook - Using Contacts 1 April 12th 06 02:57 AM
form design jayteasuk via OfficeKB.com Outlook - Using Forms 1 March 31st 06 03:50 PM
Design a form gary Outlook - Using Forms 1 February 20th 06 09:31 PM


All times are GMT +1. The time now is 06:54 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.