PC Review


Reply
Thread Tools Rate Thread

Create Form that can be stored for Access

 
 
=?Utf-8?B?UEpGcnk=?=
Guest
Posts: n/a
 
      10th Jul 2007
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
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      10th Jul 2007
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" <(E-Mail Removed)> wrote in message news:0A0ED69D-88A0-4085-8B75-(E-Mail Removed)...
>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

 
Reply With Quote
 
=?Utf-8?B?UEpGcnk=?=
Guest
Posts: n/a
 
      10th Jul 2007
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" <(E-Mail Removed)> wrote in message news:0A0ED69D-88A0-4085-8B75-(E-Mail Removed)...
> >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

>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      10th Jul 2007
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" <(E-Mail Removed)> wrote in message news:ACCAE66F-334F-4E2F-B3CE-(E-Mail Removed)...
>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" <(E-Mail Removed)> wrote in message news:0A0ED69D-88A0-4085-8B75-(E-Mail Removed)...
>> >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

>>

 
Reply With Quote
 
=?Utf-8?B?UEpGcnk=?=
Guest
Posts: n/a
 
      10th Jul 2007
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" <(E-Mail Removed)> wrote in message news:ACCAE66F-334F-4E2F-B3CE-(E-Mail Removed)...
> >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" <(E-Mail Removed)> wrote in message news:0A0ED69D-88A0-4085-8B75-(E-Mail Removed)...
> >> >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
> >>

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Stored Procedure from Access VBA? benatom@comcast.net Microsoft Access 10 19th Aug 2008 08:06 AM
Could it be possible to create stored procedure in Access 2003 ? =?Utf-8?B?ZnJhbms=?= Microsoft Access VBA Modules 8 27th Jul 2006 08:55 PM
How to create a form form its class name stored in a string Laurent Microsoft Dot NET Framework 4 9th Dec 2005 09:46 AM
Is is possible to create stored procedures in Access 2003 =?Utf-8?B?S2V2aW4gU2hlYXJkeQ==?= Microsoft Access Queries 3 17th Nov 2004 04:48 AM
Create A Stored Procedure In Access Seth Microsoft Access Queries 13 7th Jan 2004 11:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:18 PM.