![]() |
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
|
|||
|
|||
![]()
Outlook 2000
Subject line is set to populate automatically from certain fields. This is the code: "REF # " & ":" & [Ref No] & " - " & "RefNoDate" & ":" & [RefNoDate] & " - " & "Vendor Name/#" & ":" & [Vendor Name and No] &":" & " - " & "Sequence #" & ":" &[SequenceNo] This is working fine except for the SequenceNo. This is a combo box. Is it possible to set this up? I tried changing SequenceNo to ComboBox1 but it did not work. thanks! |
#2
|
|||
|
|||
![]()
What in particular doesn't work? Don't forget to put a space between the & and the field name.
-- 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 "~KO" wrote in message ... Outlook 2000 Subject line is set to populate automatically from certain fields. This is the code: "REF # " & ":" & [Ref No] & " - " & "RefNoDate" & ":" & [RefNoDate] & " - " & "Vendor Name/#" & ":" & [Vendor Name and No] &":" & " - " & "Sequence #" & ":" &[SequenceNo] This is working fine except for the SequenceNo. This is a combo box. Is it possible to set this up? I tried changing SequenceNo to ComboBox1 but it did not work. thanks! |
#3
|
|||
|
|||
![]()
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 dropdown (only has 10 entries). I put the missing spaces and the seq# still wasn't there. I really need to buy your book! thanks! "Sue Mosher [MVP-Outlook]" wrote: What in particular doesn't work? Don't forget to put a space between the & and the field name. -- 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 "~KO" wrote in message ... Outlook 2000 Subject line is set to populate automatically from certain fields. This is the code: "REF # " & ":" & [Ref No] & " - " & "RefNoDate" & ":" & [RefNoDate] & " - " & "Vendor Name/#" & ":" & [Vendor Name and No] &":" & " - " & "Sequence #" & ":" &[SequenceNo] This is working fine except for the SequenceNo. This is a combo box. Is it possible to set this up? I tried changing SequenceNo to ComboBox1 but it did not work. thanks! |
#4
|
|||
|
|||
![]()
Double-check the name of the field that's bound to the combo box (or select it using the field picker to avoid typos). Does the All Fields tab correctly show the value for SequenceNo that you expect?
-- 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 "~KO" wrote in message ... 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 dropdown (only has 10 entries). I put the missing spaces and the seq# still wasn't there. I really need to buy your book! thanks! "Sue Mosher [MVP-Outlook]" wrote: What in particular doesn't work? Don't forget to put a space between the & and the field name. "~KO" wrote in message ... Outlook 2000 Subject line is set to populate automatically from certain fields. This is the code: "REF # " & ":" & [Ref No] & " - " & "RefNoDate" & ":" & [RefNoDate] & " - " & "Vendor Name/#" & ":" & [Vendor Name and No] &":" & " - " & "Sequence #" & ":" &[SequenceNo] This is working fine except for the SequenceNo. This is a combo box. Is it possible to set this up? I tried changing SequenceNo to ComboBox1 but it did not work. thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Formula fields Outlook 2003 | Lee Halford | Outlook - Using Forms | 1 | February 4th 06 07:16 PM |
Outlook 2003 Forms - Inserting a space in a field formula | DBH | Outlook - Using Forms | 2 | January 25th 06 05:03 AM |
Creating a validation formula | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 06:26 PM |
New Field Formula editor | Sue Mosher [MVP-Outlook] | Outlook - Using Contacts | 0 | January 18th 06 06:10 PM |