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 that can be stored for Access



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 10th 07, 07:54 AM posted to microsoft.public.outlook.program_forms
PJFry
external usenet poster
 
Posts: 14
Default Create Form that can be stored for Access

I just started a new job where part of the team prints out survey results,
hand tallies them and inputs the data to Excel. I am back in the dark ages.
I want to create a form that replaces the text surveys and gives me the
abilty to export that data into Access. I do quite a bit of coding in Access
and I am familiar with VB logic. I have some very limited coding in Outlook.
Here is what want to do:

Have code that reads the subject, then, based on the subject (say, Survey
001) combs through the inbox and exports the survey results to a text file.
(From here on I know what to do): Access picks up the file, loads it, etc.

We have eight questions. I have created a form with combo boxes for each
question. The boxes are labeled 'cmbSrvyQ1' to 'cmbSrvyQ8'. I want the code
to evaluate the message and export the e-mail address and question result for
each recipient to a text file, say SrvyQ1.txt.

Clear as mud? Any help is very welcome!

PJ
  #2  
Old July 10th 07, 01:25 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Create Form that can be stored for Access

You didn't say what version of Office is involved. Office 2007 can do all this automatically, with no coding required.

In earlier versions, collecting data with a custom Outlook form requires that the form be published to the Organizational Forms library or to each sender and recipient's Personal Forms library. If you can do that, you might want to start with the generic survey form at http://www.outlookcode.com/d/forms/survey.htm
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"PJFry" wrote in message ...
I just started a new job where part of the team prints out survey results,
hand tallies them and inputs the data to Excel. I am back in the dark ages.
I want to create a form that replaces the text surveys and gives me the
abilty to export that data into Access. I do quite a bit of coding in Access
and I am familiar with VB logic. I have some very limited coding in Outlook.
Here is what want to do:

Have code that reads the subject, then, based on the subject (say, Survey
001) combs through the inbox and exports the survey results to a text file.
(From here on I know what to do): Access picks up the file, loads it, etc.

We have eight questions. I have created a form with combo boxes for each
question. The boxes are labeled 'cmbSrvyQ1' to 'cmbSrvyQ8'. I want the code
to evaluate the message and export the e-mail address and question result for
each recipient to a text file, say SrvyQ1.txt.

Clear as mud? Any help is very welcome!

PJ

  #3  
Old July 10th 07, 05:48 PM posted to microsoft.public.outlook.program_forms
PJFry
external usenet poster
 
Posts: 14
Default Create Form that can be stored for Access

I am using Outlook 2003.

I do not appear to be able to publish the form listed below.

"Sue Mosher [MVP-Outlook]" wrote:

You didn't say what version of Office is involved. Office 2007 can do all this automatically, with no coding required.

In earlier versions, collecting data with a custom Outlook form requires that the form be published to the Organizational Forms library or to each sender and recipient's Personal Forms library. If you can do that, you might want to start with the generic survey form at http://www.outlookcode.com/d/forms/survey.htm
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"PJFry" wrote in message ...
I just started a new job where part of the team prints out survey results,
hand tallies them and inputs the data to Excel. I am back in the dark ages.
I want to create a form that replaces the text surveys and gives me the
abilty to export that data into Access. I do quite a bit of coding in Access
and I am familiar with VB logic. I have some very limited coding in Outlook.
Here is what want to do:

Have code that reads the subject, then, based on the subject (say, Survey
001) combs through the inbox and exports the survey results to a text file.
(From here on I know what to do): Access picks up the file, loads it, etc.

We have eight questions. I have created a form with combo boxes for each
question. The boxes are labeled 'cmbSrvyQ1' to 'cmbSrvyQ8'. I want the code
to evaluate the message and export the e-mail address and question result for
each recipient to a text file, say SrvyQ1.txt.

Clear as mud? Any help is very welcome!

PJ


  #4  
Old July 10th 07, 08:25 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Create Form that can be stored for Access

Then you won't be able to use Outlook forms for this task. You might consider using a Word document with form fields or even an intranet web page that mails you the results.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"PJFry" wrote in message ...
I am using Outlook 2003.

I do not appear to be able to publish the form listed below.

"Sue Mosher [MVP-Outlook]" wrote:

You didn't say what version of Office is involved. Office 2007 can do all this automatically, with no coding required.

In earlier versions, collecting data with a custom Outlook form requires that the form be published to the Organizational Forms library or to each sender and recipient's Personal Forms library. If you can do that, you might want to start with the generic survey form at http://www.outlookcode.com/d/forms/survey.htm



"PJFry" wrote in message ...
I just started a new job where part of the team prints out survey results,
hand tallies them and inputs the data to Excel. I am back in the dark ages.
I want to create a form that replaces the text surveys and gives me the
abilty to export that data into Access. I do quite a bit of coding in Access
and I am familiar with VB logic. I have some very limited coding in Outlook.
Here is what want to do:

Have code that reads the subject, then, based on the subject (say, Survey
001) combs through the inbox and exports the survey results to a text file.
(From here on I know what to do): Access picks up the file, loads it, etc.

We have eight questions. I have created a form with combo boxes for each
question. The boxes are labeled 'cmbSrvyQ1' to 'cmbSrvyQ8'. I want the code
to evaluate the message and export the e-mail address and question result for
each recipient to a text file, say SrvyQ1.txt.

Clear as mud? Any help is very welcome!

PJ


  #5  
Old July 10th 07, 08:44 PM posted to microsoft.public.outlook.program_forms
PJFry
external usenet poster
 
Posts: 14
Default Create Form that can be stored for Access

I was able to solve the publishing issue. The form you suggested might do
the trick.

Thanks for the advice.
PJ

"Sue Mosher [MVP-Outlook]" wrote:

Then you won't be able to use Outlook forms for this task. You might consider using a Word document with form fields or even an intranet web page that mails you the results.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"PJFry" wrote in message ...
I am using Outlook 2003.

I do not appear to be able to publish the form listed below.

"Sue Mosher [MVP-Outlook]" wrote:

You didn't say what version of Office is involved. Office 2007 can do all this automatically, with no coding required.

In earlier versions, collecting data with a custom Outlook form requires that the form be published to the Organizational Forms library or to each sender and recipient's Personal Forms library. If you can do that, you might want to start with the generic survey form at http://www.outlookcode.com/d/forms/survey.htm



"PJFry" wrote in message ...
I just started a new job where part of the team prints out survey results,
hand tallies them and inputs the data to Excel. I am back in the dark ages.
I want to create a form that replaces the text surveys and gives me the
abilty to export that data into Access. I do quite a bit of coding in Access
and I am familiar with VB logic. I have some very limited coding in Outlook.
Here is what want to do:

Have code that reads the subject, then, based on the subject (say, Survey
001) combs through the inbox and exports the survey results to a text file.
(From here on I know what to do): Access picks up the file, loads it, etc.

We have eight questions. I have created a form with combo boxes for each
question. The boxes are labeled 'cmbSrvyQ1' to 'cmbSrvyQ8'. I want the code
to evaluate the message and export the e-mail address and question result for
each recipient to a text file, say SrvyQ1.txt.

Clear as mud? Any help is very welcome!

PJ


 




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
"A program is trying to access e-mail addresses you have stored in Outlook" warning message Stroller Outlook - General Queries 8 June 20th 07 03:39 PM
A program is trying to access e-mail addresses you have stored... Ted Outlook - General Queries 2 January 11th 07 03:27 PM
A program is trying to access email addresses you have stored in . Fruranski Outlook and VBA 1 June 19th 06 02:31 PM
how do i create a database in access ogaz Outlook - General Queries 1 March 22nd 06 06:55 AM
Where are my signatures stored after I create them in Outlook? Jeff D Outlook - Installation 1 February 8th 06 10:16 PM


All times are GMT +1. The time now is 11:33 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.