![]() |
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
|
|||
|
|||
![]()
I would like to make a page from front page also, is that possible? Also can
you connect to an access Database? I need a helpdesk data base with the following fields, Created By (Auto fill) Ticket Number (AutoNumber) Date / Time (Auto Date) Subject Status Problem Type Due Date (On Click Calander) Caller Name (on click will open Address book) e-mail address Phone Number Description |
Ads |
#2
|
|||
|
|||
![]()
Are you trying to create a web page or a custom Outlook 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 "lmossolle" wrote in message ... I would like to make a page from front page also, is that possible? Also can you connect to an access Database? I need a helpdesk data base with the following fields, Created By (Auto fill) Ticket Number (AutoNumber) Date / Time (Auto Date) Subject Status Problem Type Due Date (On Click Calander) Caller Name (on click will open Address book) e-mail address Phone Number Description |
#3
|
|||
|
|||
![]()
I want to use a custom form... And connect to an access database... Can this
be done? "Sue Mosher [MVP-Outlook]" wrote: Are you trying to create a web page or a custom Outlook 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 "lmossolle" wrote in message ... I would like to make a page from front page also, is that possible? Also can you connect to an access Database? I need a helpdesk data base with the following fields, Created By (Auto fill) Ticket Number (AutoNumber) Date / Time (Auto Date) Subject Status Problem Type Due Date (On Click Calander) Caller Name (on click will open Address book) e-mail address Phone Number Description |
#4
|
|||
|
|||
![]()
Without knowing what you want to use the custom form to do, why you want to use Outlook rather than just Access, or what your mail environment is, it's hard to comment on what's possible.
As far as connecting to a database, that's definitely possible, but you have to write the code to do it. See http://www.outlookcode.com/d/database.htm -- 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 "lmossolle" wrote in message ... I want to use a custom form... And connect to an access database... Can this be done? "Sue Mosher [MVP-Outlook]" wrote: Are you trying to create a web page or a custom Outlook form? "lmossolle" wrote in message ... I would like to make a page from front page also, is that possible? Also can you connect to an access Database? I need a helpdesk data base with the following fields, Created By (Auto fill) Ticket Number (AutoNumber) Date / Time (Auto Date) Subject Status Problem Type Due Date (On Click Calander) Caller Name (on click will open Address book) e-mail address Phone Number Description |
#5
|
|||
|
|||
![]()
I am trying to make a form for a public folder, that will allow end users to
submit a ticket for a help desk envirnment. I can just use Outlook, however we will have to do reports based off of the months work. Here is a list of the fields that will be required for the user to fill out. User name (FoSUsername) Section (drop down) Room # Phone Number Computer Name (FoSComputerName) Computer Serial Number Problem Description (Drop Down) Tech Assigned (Drop Down) Corrective Action (Text up to 200 Characters) Hrs to complete task. Submit Button - this will send e-mail to the helpdesk e-mail address. Is there a way you could point me in a good direction on creating the form? Thanks, Lee Mossolle "Sue Mosher [MVP-Outlook]" wrote: Without knowing what you want to use the custom form to do, why you want to use Outlook rather than just Access, or what your mail environment is, it's hard to comment on what's possible. As far as connecting to a database, that's definitely possible, but you have to write the code to do it. See http://www.outlookcode.com/d/database.htm -- 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 "lmossolle" wrote in message ... I want to use a custom form... And connect to an access database... Can this be done? "Sue Mosher [MVP-Outlook]" wrote: Are you trying to create a web page or a custom Outlook form? "lmossolle" wrote in message ... I would like to make a page from front page also, is that possible? Also can you connect to an access Database? I need a helpdesk data base with the following fields, Created By (Auto fill) Ticket Number (AutoNumber) Date / Time (Auto Date) Subject Status Problem Type Due Date (On Click Calander) Caller Name (on click will open Address book) e-mail address Phone Number Description |
#6
|
|||
|
|||
![]()
See http://www.outlookcode.com/d/forms.htm for walkthroughs on form basics and http://www.outlookcode.com/d/fields.htm for best practices on creating custom fields. If these items are to be stored in an Exchange public folder, either a post or a task form might be appopriate.
-- 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 "lmossolle" wrote in message ... I am trying to make a form for a public folder, that will allow end users to submit a ticket for a help desk envirnment. I can just use Outlook, however we will have to do reports based off of the months work. Here is a list of the fields that will be required for the user to fill out. User name (FoSUsername) Section (drop down) Room # Phone Number Computer Name (FoSComputerName) Computer Serial Number Problem Description (Drop Down) Tech Assigned (Drop Down) Corrective Action (Text up to 200 Characters) Hrs to complete task. Submit Button - this will send e-mail to the helpdesk e-mail address. Is there a way you could point me in a good direction on creating the form? Thanks, Lee Mossolle "Sue Mosher [MVP-Outlook]" wrote: Without knowing what you want to use the custom form to do, why you want to use Outlook rather than just Access, or what your mail environment is, it's hard to comment on what's possible. As far as connecting to a database, that's definitely possible, but you have to write the code to do it. See http://www.outlookcode.com/d/database.htm "lmossolle" wrote in message ... I want to use a custom form... And connect to an access database... Can this be done? "Sue Mosher [MVP-Outlook]" wrote: Are you trying to create a web page or a custom Outlook form? "lmossolle" wrote in message ... I would like to make a page from front page also, is that possible? Also can you connect to an access Database? I need a helpdesk data base with the following fields, Created By (Auto fill) Ticket Number (AutoNumber) Date / Time (Auto Date) Subject Status Problem Type Due Date (On Click Calander) Caller Name (on click will open Address book) e-mail address Phone Number Description |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Create a custom appointment form | Theresa Smallwood | Outlook - Using Forms | 1 | April 27th 06 10:14 PM |
how i create combination field in outlook form? | regards, A.s | Outlook - Using Forms | 1 | April 18th 06 02:02 PM |
Is it possible to create and publish Outlook Custom Form through VBA | [email protected] | Outlook - General Queries | 3 | March 10th 06 10:25 PM |
Is it possible to create and publish Outlook Custom Form through VBA | [email protected] | Outlook - General Queries | 1 | March 10th 06 03:51 PM |
Create more pages on a form | Frank Fernandez | Outlook - Using Forms | 1 | February 15th 06 08:09 PM |