![]() |
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 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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |