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

Data Validation



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 9th 06, 06:57 PM posted to microsoft.public.outlook.program_forms
[email protected]
external usenet poster
 
Posts: 1
Default Data Validation

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  
Old May 9th 06, 08:19 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Data Validation

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
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
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


All times are GMT +1. The time now is 09:08 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.