![]() |
Simple form for sending 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 |
Simple form for sending 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 |
Simple form for sending message
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 |
All times are GMT +1. The time now is 08:50 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-2006 OutlookBanter.com