![]() |
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
|
|||
|
|||
![]()
Hi,
I would like to create a simple form for my personal use to create a flight reservation request to my travel office. The form should only ask me to input flight #, date and time of flight and, after closing, it should automatically send an e-mail to the travel office saying: "Please reserve me a seat on [flight number] flight on [date] at [time]. Thank you." Considering I'm a total beginner of form developing, is this easily doable without any code writing? Is there any document that tells me how to perform a task like this? I'm using Outlook 2003. Thanks for kind answers. -- Plo |
Ads |
#2
|
|||
|
|||
![]()
Start looking at the material at http://www.outlookcode.com/d/forms.htm for
starting information about custom forms design. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Paolo" wrote in message ... Hi, I would like to create a simple form for my personal use to create a flight reservation request to my travel office. The form should only ask me to input flight #, date and time of flight and, after closing, it should automatically send an e-mail to the travel office saying: "Please reserve me a seat on [flight number] flight on [date] at [time]. Thank you." Considering I'm a total beginner of form developing, is this easily doable without any code writing? Is there any document that tells me how to perform a task like this? I'm using Outlook 2003. Thanks for kind answers. -- Plo |
#3
|
|||
|
|||
![]()
In particular, this would have to be a form that itself creates a new email message with the Application.CreateItem() method, using the data from your input form.
-- 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 "Ken Slovak - [MVP - Outlook]" wrote in message ... Start looking at the material at http://www.outlookcode.com/d/forms.htm for starting information about custom forms design. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Paolo" wrote in message ... Hi, I would like to create a simple form for my personal use to create a flight reservation request to my travel office. The form should only ask me to input flight #, date and time of flight and, after closing, it should automatically send an e-mail to the travel office saying: "Please reserve me a seat on [flight number] flight on [date] at [time]. Thank you." Considering I'm a total beginner of form developing, is this easily doable without any code writing? Is there any document that tells me how to perform a task like this? I'm using Outlook 2003. Thanks for kind answers. -- Plo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simple outlook form | E. Ortega | Outlook - Using Forms | 0 | September 28th 06 07:57 PM |
Custom Form - Receiver replies and form is gone, message body is b | Kozlik | Outlook - Using Forms | 16 | July 14th 06 10:32 PM |
Sending a test message works; sending a message doesn't? | NancyTG | Outlook - Installation | 9 | June 22nd 06 05:00 PM |
Error message when sending message in Outlook | Vikes | Outlook - General Queries | 0 | February 17th 06 11:02 PM |
Outlook opens Form as Email message, not Form | [email protected] | Outlook - General Queries | 2 | January 26th 06 10:54 PM |