A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Create form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 2nd 06, 08:21 PM posted to microsoft.public.outlook.program_forms
lmossolle
external usenet poster
 
Posts: 4
Default Create form

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  
Old May 2nd 06, 08:44 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Create form

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  
Old May 2nd 06, 09:10 PM posted to microsoft.public.outlook.program_forms
lmossolle
external usenet poster
 
Posts: 4
Default Create form

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  
Old May 2nd 06, 09:17 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Create form

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  
Old May 2nd 06, 10:09 PM posted to microsoft.public.outlook.program_forms
lmossolle
external usenet poster
 
Posts: 4
Default Create form

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  
Old May 2nd 06, 10:15 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Create form

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 07:02 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-2025 Outlook Banter.
The comments are property of their posters.