Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default User Form for Survey

I need to create a form to run a survey on 50 users. I have 6 categories, and
each category will have between 6 to 8 statements. Each category will be in a
form with 6-8 option buttons for the user to select only one options then
move to the next form/catrgory, and so forth. I need to include a cobobox
from which the user can select their name, I also would like some kind of
mechanism to store user results and tally them in one area.
I know how to work that in Access pretty well (multi-page form or
Switchboard from which a user can navigate to individual forms back and
forth, select their names from the dropdown list and have the results stored
in a table. But most of my users don't have Access, so I have to do it in
Excel, and i'm not sure how to work that in Excel (2002). Any help is greatly
appreciated. Or if someone suggesting a competely different rout, i'm open to
any idea as well.

Thanks.
--
Oz.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 182
Default User Form for Survey

my sugestion is what I've done for my job that use 2 user only:
save project or workbook contain macro in a network folder which each user
has permission to acces into it. Then set automatically open when they open
excel.

That will use only one same project to run some queries.
--
Regards,

Halim



"sahafi" wrote:

I need to create a form to run a survey on 50 users. I have 6 categories, and
each category will have between 6 to 8 statements. Each category will be in a
form with 6-8 option buttons for the user to select only one options then
move to the next form/catrgory, and so forth. I need to include a cobobox
from which the user can select their name, I also would like some kind of
mechanism to store user results and tally them in one area.
I know how to work that in Access pretty well (multi-page form or
Switchboard from which a user can navigate to individual forms back and
forth, select their names from the dropdown list and have the results stored
in a table. But most of my users don't have Access, so I have to do it in
Excel, and i'm not sure how to work that in Excel (2002). Any help is greatly
appreciated. Or if someone suggesting a competely different rout, i'm open to
any idea as well.

Thanks.
--
Oz.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 762
Default User Form for Survey

sahafi or Oz. -

Instead of "reinventing the wheel," consider www.surveymonkey.com or a
similar solution.

If you don't like the summaries provided by surveymonkey, download its data
file results of your survey, and use Excel for additional analysis.

- Mike
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel


"sahafi" wrote in message
...
I need to create a form to run a survey on 50 users. I have 6 categories,
and
each category will have between 6 to 8 statements. Each category will be
in a
form with 6-8 option buttons for the user to select only one options then
move to the next form/catrgory, and so forth. I need to include a cobobox
from which the user can select their name, I also would like some kind of
mechanism to store user results and tally them in one area.
I know how to work that in Access pretty well (multi-page form or
Switchboard from which a user can navigate to individual forms back and
forth, select their names from the dropdown list and have the results
stored
in a table. But most of my users don't have Access, so I have to do it in
Excel, and i'm not sure how to work that in Excel (2002). Any help is
greatly
appreciated. Or if someone suggesting a competely different rout, i'm open
to
any idea as well.

Thanks.
--
Oz.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default User Form for Survey

Thanks Halim. But I'm not sure if that answer my question. How can I develop
a user form with only 6 questions, and each question has 6-8 possible answers
in addition to a combobox that populate a user name, then when the user
finish answering all questions, I need all the answers along with the user
name to be saved somewhere, so I can tally the answers together.

Thanks.
--


"Halim" wrote:

my sugestion is what I've done for my job that use 2 user only:
save project or workbook contain macro in a network folder which each user
has permission to acces into it. Then set automatically open when they open
excel.

That will use only one same project to run some queries.
--
Regards,

Halim



"sahafi" wrote:

I need to create a form to run a survey on 50 users. I have 6 categories, and
each category will have between 6 to 8 statements. Each category will be in a
form with 6-8 option buttons for the user to select only one options then
move to the next form/catrgory, and so forth. I need to include a cobobox
from which the user can select their name, I also would like some kind of
mechanism to store user results and tally them in one area.
I know how to work that in Access pretty well (multi-page form or
Switchboard from which a user can navigate to individual forms back and
forth, select their names from the dropdown list and have the results stored
in a table. But most of my users don't have Access, so I have to do it in
Excel, and i'm not sure how to work that in Excel (2002). Any help is greatly
appreciated. Or if someone suggesting a competely different rout, i'm open to
any idea as well.

Thanks.
--
Oz.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default User Form for Survey

Thanks for the suggestions, but I think what i'm looking for is really
simple, I just needs some directions on it.

How can I develop a user form with only 6 questions, and each question has
6-8 possible answers in addition to a combobox that populate a user name,
then when the user finishes answering all questions, I need all the answers
along with the user name to be saved somewhere, so I can tally the answers
together.

Thanks.
--

"Mike Middleton" wrote:

sahafi or Oz. -

Instead of "reinventing the wheel," consider www.surveymonkey.com or a
similar solution.

If you don't like the summaries provided by surveymonkey, download its data
file results of your survey, and use Excel for additional analysis.

- Mike
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel


"sahafi" wrote in message
...
I need to create a form to run a survey on 50 users. I have 6 categories,
and
each category will have between 6 to 8 statements. Each category will be
in a
form with 6-8 option buttons for the user to select only one options then
move to the next form/catrgory, and so forth. I need to include a cobobox
from which the user can select their name, I also would like some kind of
mechanism to store user results and tally them in one area.
I know how to work that in Access pretty well (multi-page form or
Switchboard from which a user can navigate to individual forms back and
forth, select their names from the dropdown list and have the results
stored
in a table. But most of my users don't have Access, so I have to do it in
Excel, and i'm not sure how to work that in Excel (2002). Any help is
greatly
appreciated. Or if someone suggesting a competely different rout, i'm open
to
any idea as well.

Thanks.
--
Oz.






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 762
Default User Form for Survey

sahafi -

It seems we have a difference of opinion. I do not regard writing VBA code
for your task to be "really simple." Instead, I think that using an
"off-the-shelf" application like SurveyMonkey is "really simple."

But, if you really want to do it yourself, please describe what you have
done so far and what problems you're having. There are lots of experts in
this newsgroup who can assist you.

- Mike


"sahafi" wrote in message
...
Thanks for the suggestions, but I think what i'm looking for is really
simple, I just needs some directions on it.

How can I develop a user form with only 6 questions, and each question has
6-8 possible answers in addition to a combobox that populate a user name,
then when the user finishes answering all questions, I need all the
answers
along with the user name to be saved somewhere, so I can tally the answers
together.

Thanks.
--

"Mike Middleton" wrote:

sahafi or Oz. -

Instead of "reinventing the wheel," consider www.surveymonkey.com or a
similar solution.

If you don't like the summaries provided by surveymonkey, download its
data
file results of your survey, and use Excel for additional analysis.

- Mike
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel


"sahafi" wrote in message
...
I need to create a form to run a survey on 50 users. I have 6
categories,
and
each category will have between 6 to 8 statements. Each category will
be
in a
form with 6-8 option buttons for the user to select only one options
then
move to the next form/catrgory, and so forth. I need to include a
cobobox
from which the user can select their name, I also would like some kind
of
mechanism to store user results and tally them in one area.
I know how to work that in Access pretty well (multi-page form or
Switchboard from which a user can navigate to individual forms back and
forth, select their names from the dropdown list and have the results
stored
in a table. But most of my users don't have Access, so I have to do it
in
Excel, and i'm not sure how to work that in Excel (2002). Any help is
greatly
appreciated. Or if someone suggesting a competely different rout, i'm
open
to
any idea as well.

Thanks.
--
Oz.






  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default User Form for Survey

What I wrote is what I need help with. I'm very familiar with executing the
task in MS Access, but i'm not that familiar with Excel user forms. How can I
save the user input when selecting an option button to another sheet in the
workbook? How can I link the the combobox to the 'last name' list? and how do
I accomplish: when the user select his/her last name there should be 2 text
boxes that automatically populate the user first name and user department.
What's the best way to tally the answers together? this is more of a voting
task (50 users will select one option among several options in 6 questions).
I have already done that in MS Access and it's working fine, but most of my
users do not have Access software that's why i'm reverting to Excel. If
someone know of a way to have MS Access program portable that any user can
access the form, vote, and save the work, then that will be ideal.

Thanks.
--
when u change the way u look @ things, the things u look at change.


"Mike Middleton" wrote:

sahafi -

It seems we have a difference of opinion. I do not regard writing VBA code
for your task to be "really simple." Instead, I think that using an
"off-the-shelf" application like SurveyMonkey is "really simple."

But, if you really want to do it yourself, please describe what you have
done so far and what problems you're having. There are lots of experts in
this newsgroup who can assist you.

- Mike


"sahafi" wrote in message
...
Thanks for the suggestions, but I think what i'm looking for is really
simple, I just needs some directions on it.

How can I develop a user form with only 6 questions, and each question has
6-8 possible answers in addition to a combobox that populate a user name,
then when the user finishes answering all questions, I need all the
answers
along with the user name to be saved somewhere, so I can tally the answers
together.

Thanks.
--

"Mike Middleton" wrote:

sahafi or Oz. -

Instead of "reinventing the wheel," consider www.surveymonkey.com or a
similar solution.

If you don't like the summaries provided by surveymonkey, download its
data
file results of your survey, and use Excel for additional analysis.

- Mike
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel


"sahafi" wrote in message
...
I need to create a form to run a survey on 50 users. I have 6
categories,
and
each category will have between 6 to 8 statements. Each category will
be
in a
form with 6-8 option buttons for the user to select only one options
then
move to the next form/catrgory, and so forth. I need to include a
cobobox
from which the user can select their name, I also would like some kind
of
mechanism to store user results and tally them in one area.
I know how to work that in Access pretty well (multi-page form or
Switchboard from which a user can navigate to individual forms back and
forth, select their names from the dropdown list and have the results
stored
in a table. But most of my users don't have Access, so I have to do it
in
Excel, and i'm not sure how to work that in Excel (2002). Any help is
greatly
appreciated. Or if someone suggesting a competely different rout, i'm
open
to
any idea as well.

Thanks.
--
Oz.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Survey Form And Tracking Results Joe Gieder Excel Worksheet Functions 2 May 12th 09 05:15 PM
Adding date to survey form Lynda Excel Discussion (Misc queries) 3 August 18th 08 06:06 PM
How can one set up a survey form in Excel Janev New Users to Excel 6 September 22nd 06 08:54 AM
Can one set up a survey form on excel? Janev New Users to Excel 2 September 21st 06 02:15 PM
Survey Form John Excel Discussion (Misc queries) 1 September 26th 05 10:55 AM


All times are GMT +1. The time now is 04:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"