![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
i'm pretty new when it comes to creating Outlook Forms and have a few
questions. i'm trying to create a form in outlook in which an end user would fill out and email to someone else for data entry. the form has 6 columns and 8 rows. of the 6 columns, 4 are text boxes and 2 are combo boxes. here's a layout of the columns (row 1 only) - name action ID ID2 name2 serial# name = text box. required. [TechName1] "" action = combo box. contains 4 values. must equal one of the 4 values. [AMD1] = "Add" or [AMD1] = "Delete" or [AMD1] = "Modify" or [AMD1] = "HHT" ID = text box. must equal 7 characters. Len( VZID1 ) = 7 ID2 = text box. must equal 3 characters. Len( VZID1 ) = 3 name2 = combo box. contains 6 values. must equal one of the 6 values. [AM1] = "xx" or [AM1] = "xx" or [AM1] = "xx" or [AM1] = "xx" or [AM1] = "xx" or[AM1] = "xx" serial# = text box. required [OS1] "" rows 2-8 are optional; however, if an end user decides to edit any of the remaining rows, all remaining columns in that row must have the same data validation as row 1. does any of this make sense? could i use a checkbox to set row-by-row visible if checked? |
#2
|
|||
|
|||
![]()
could i use a checkbox to set row-by-row visible if checked?
Yes, bind it to a custom Outlook property (so you can use it in your validation formulas) and use the CustomPropertyChange event to show the desired controls. See http://www.outlookcode.com/d/propsyntax.htm You can cut down on two formulas by setting the combo boxes' MatchRequired property to True. -- 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 wrote in message ups.com... i'm pretty new when it comes to creating Outlook Forms and have a few questions. i'm trying to create a form in outlook in which an end user would fill out and email to someone else for data entry. the form has 6 columns and 8 rows. of the 6 columns, 4 are text boxes and 2 are combo boxes. here's a layout of the columns (row 1 only) - name action ID ID2 name2 serial# name = text box. required. [TechName1] "" action = combo box. contains 4 values. must equal one of the 4 values. [AMD1] = "Add" or [AMD1] = "Delete" or [AMD1] = "Modify" or [AMD1] = "HHT" ID = text box. must equal 7 characters. Len( VZID1 ) = 7 ID2 = text box. must equal 3 characters. Len( VZID1 ) = 3 name2 = combo box. contains 6 values. must equal one of the 6 values. [AM1] = "xx" or [AM1] = "xx" or [AM1] = "xx" or [AM1] = "xx" or [AM1] = "xx" or[AM1] = "xx" serial# = text box. required [OS1] "" rows 2-8 are optional; however, if an end user decides to edit any of the remaining rows, all remaining columns in that row must have the same data validation as row 1. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dropdown Validation when empty | Lisa | Outlook - Using Forms | 1 | March 6th 06 11:17 PM |
Validation | ~KO | Outlook - Using Forms | 9 | February 22nd 06 08:51 PM |
Creating a validation formula | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 05:26 PM |
Help! Cannot disable validation rule. | Chaplain Doug | Outlook - Using Forms | 2 | January 19th 06 12:50 AM |