![]() |
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 have a survey form that I send out on a monthly basis. The recipient opens
the form, answers the questions in a combo box and sends the form back to me. I would like to have the results automatically exported to a text file. For example: Question one is cmbSurQ1. The user chooses 'Outstanding'. The code would look in the survey inbox, read 'Outstanding' from cmbSurQ1 and append that to a text file. There are eight questions and eight text files. (Each of the questions belongs to a different group in the company). The code would perform the same action on all of the questions in all of the messages. I would like the text file to contain the recipient’s e-mail address, the message subject, a note indicating which question and the result. Our current process is to manually tally these items. This should speed things up dramatically. Please let me know what questions you have. I code pretty regularly in Access, so I am familiar with VBA, just not the Outlook objects. Thanks! PJ |
Ads |
#2
|
|||
|
|||
![]()
Are you using custom Outlook forms for these surveys? I'm guessing not -
these are standard e-mails with the questions and answers from the users in the body of the e-mail message? Do you want to read the responses and output to a text file when the messages are received, or process already received messages in batches? -- Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "PJFry" wrote: I have a survey form that I send out on a monthly basis. The recipient opens the form, answers the questions in a combo box and sends the form back to me. I would like to have the results automatically exported to a text file. For example: Question one is cmbSurQ1. The user chooses 'Outstanding'. The code would look in the survey inbox, read 'Outstanding' from cmbSurQ1 and append that to a text file. There are eight questions and eight text files. (Each of the questions belongs to a different group in the company). The code would perform the same action on all of the questions in all of the messages. I would like the text file to contain the recipient’s e-mail address, the message subject, a note indicating which question and the result. Our current process is to manually tally these items. This should speed things up dramatically. Please let me know what questions you have. I code pretty regularly in Access, so I am familiar with VBA, just not the Outlook objects. Thanks! PJ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OL2003 - Custom form won't open on some PCs | Lanwench [MVP - Exchange] | Outlook - General Queries | 0 | November 28th 06 02:42 PM |
Can Outlook07 collect/show data re specific recurring "meetings"? | Jonathan | Outlook - Calandaring | 0 | August 8th 06 06:50 AM |
What is the best way to collect training needs from my company? | nashwan Ibrahim Ariqi | Outlook - Using Forms | 0 | April 15th 06 03:08 PM |
OL2003 - can you auto-fill a singel new contact form with online form data | TimR | Outlook - Using Contacts | 1 | February 15th 06 02:43 PM |
need to limit length of form in OL2003 | simon_ | Outlook - Using Forms | 3 | January 24th 06 05:30 PM |