Forum: Outlook - Using Forms
July 7th 06, 08:12 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 803
Actions missing from Menu Bar
Hi Sue, in all of my outlook forms there is File, Edit, View Insert, Format,
Tools, Actions, Help. There are two forms that do not have Actions therefore
I cannot update the form. They were outlook...
|
Forum: Outlook - Using Forms
July 7th 06, 03:45 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 803
Actions missing from Menu Bar
I opened the Options tab (customize) and clicked Reset menu and toolbar usage
data. This did not bring back the Actions menu item.
"Sue Mosher [MVP-Outlook]" wrote:
The Actions menu is built by...
|
Forum: Outlook - Using Forms
July 7th 06, 02:31 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 803
Actions missing from Menu Bar
How do I put Actions back on a menu bar when all's that is listed in the
Categories section of the Command/Customize tab only shows Built-in Menus
which doesn't list Actions?
|
Forum: Outlook - Using Forms
July 3rd 06, 05:50 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 367
|
Forum: Outlook - Using Forms
May 15th 06, 04:11 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 672
Printing Outlook 2003 forms wysiwyg
Ok, thought I'd post this to a group of people who I knew could help. Created
Outlook forms on 2000. Had to get the add-in to print the form wysiwyg. Great.
Got upgraded to Office 2003. Still...
|
Forum: Outlook - Using Forms
February 24th 06, 07:56 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 864
Reference Formula
All the fields listed in the code below populate in the Subject line except
the Sequence number which is a combo box. I asked the user if she wanted to
just forego the sequence number or lose the...
|
Forum: Outlook - Using Forms
February 24th 06, 06:26 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 864
Reference Formula
Outlook 2000
Subject line is set to populate automatically from certain fields. This is
the code:
"REF # " & ":" & [Ref No] & " - " & "RefNoDate" & ":" & [RefNoDate] & " - "
& "Vendor Name/#" &...
|
Forum: Outlook - Using Forms
February 22nd 06, 09:42 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 1,269
Validation
Sorry, long day. The only reason they would not have to fill out the amount
is if they did not have it available to them at the time they are sending the
form.
"Sue Mosher [MVP-Outlook]" wrote:
...
|
Forum: Outlook - Using Forms
February 22nd 06, 09:17 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 1,269
Validation
I think we are going to solve the issue with this text to display in the popup:
“Are you sure you do not need an Amount? If no amount is to be entered,
please input .01 into the Amount field in...
|
Forum: Outlook - Using Forms
February 22nd 06, 08:38 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 1,269
Validation
The user wants a message to display "Are you sure you want to leave the
Amount field blank?" So I guess the logic is that it is just to be a popup
reminder to see if the field should have an amount...
|
Forum: Outlook - Using Forms
February 22nd 06, 08:01 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 1,269
Validation
There's always something else that crops up. The field works great if the
user was meant to put something in the amount, but there are times when they
do not have to fill it out. I tried to input...
|
Forum: Outlook - Using Forms
February 22nd 06, 07:32 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 1,269
Validation
You Rock Sue! Thank you so much for your quick and accurate response!
"Sue Mosher [MVP-Outlook]" wrote:
A validation formula must return True or False. I doubt that Amount is a Yes/Not field, so...
|
Forum: Outlook - Using Forms
February 22nd 06, 04:28 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 1,269
Validation
Outlook 2000
Properties / Validation on a field
I checked "Validate this field before closing form."
The Validation Formula is [Amount]
For "Display this message if validation fails:" - "Enter...
|