View Single Post
  #7  
Old November 16th 06, 07:31 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How can I modify an existing custom form in Outlook?

Fields don't have a tab order. Controls do. Make your job easier by changing the name of each control so that you know what field it's displaying. Do this on 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

"dmontoya" wrote in message ...
Hollis,
Got it, thank you! This is fun!
One more question. How do I make the tab button go in the correct order? I
can right click and select "Tab Order", but the dialog box lists "Label1,
TextBox1, Label2, TextBox2, etc" instead of my user defined fields.
Confusing... Any suggestions?
Dmontoya

"Hollis Paul" wrote:

In article ,
=?Utf-8?B?ZG1vbnRveWE=?= wrote:
I created a custom form in my task folder. I like it! I just want to make a
few small changes but don't want to start over again. How do I modify my
custom form?

All you do bring up a new instance of the form and do the Tools - Forms bit. I
think it is the next step when you get to choose between "design this form" or
"choose a form to design". Select the first choice. Now, when it comes to
publishing your changes, always use Save As and choose as name such as
MyForm_ver002. Putting the version number in the form name prevents all forms
cache problems, and gives you a good way of saving at least three generations of
the form. Use one of the utilities to change the names of the items in the old
form name to the new form name plus version number.

--
Hollis Paul
Mukilteo, WA USA



Ads