A Microsoft Office (Excel, Word) forum. OfficeFrustration

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 » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

QUERY DESIGNED TO MATCH MULTIPE QUESTIONS FOR A NUMBER OUTPUT



 
 
Thread Tools Display Modes
  #11  
Old July 8th, 2004, 06:56 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default QUERY DESIGNED TO MATCH MULTIPE QUESTIONS FOR A NUMBER OUTPUT

I would build a form that allows users to select the criteria, fields, etc
as they desire and then dynamically build a SQL string and apply it to a
saved querydef. That's one of the problems with pulling statistical
information from "flat" tables. You never know what kind of stats users are
going to want.

--
Duane Hookom
MS Access MVP


"Joe Richardson" wrote in message
...
I will forward a copy of it to you via your e-mail. I saw the ATS 2000

you have on the developers web page and that was awesome. I don't think I
am that skilled to do something like that. However I will send what I have
to your e-mail listed on that page.

Thanks Again;

Joe Richardson

"Duane Hookom" wrote:

I had asked if you might provide some sample data records and desired
output/display. Sometimes it takes some effort on your part to provide

the
required information so that we don't have to guess how your tables are
structured and how you want your results to look.

--
Duane Hookom
MS Access MVP


"Joe Richardson" wrote in

message
...
I could not find the other one today. But the reply that I did get

for
the one on 7/7 was not helpful. I rated the one on 7/7 as not being
helpful.

"Duane Hookom" wrote:

There are responses to this same question in your other threads.

Have
you
replied to those responses?

--
Duane Hookom
MS Access MVP


"Joe Richardson" wrote in

message
...
Good Morning,

I NEED HELP. I have a survey form designed and field out by 712

people.
The consist of check boxes for either yes/no answers or multiple

choice
options. Example below: ( [] check boxes or choices )

(1) Gender: Male [] Female[]

(2) Maritila status: Married [] Separated [] Divorced [] Single []

(3) Where do you live: On base [] Off base []

(4) How long lived in area: 1 to 6 months [] 3 to 6 months []

6
mos.to
1 year []

Query needs to identify Male, Married, On base, 3 to 6 months

(Out of
712
people who took the survey).

Please help; if you want a copy of it I can send it via e-mail.

My
e-mail
is .

Thanks in advance.








  #12  
Old July 9th, 2004, 01:20 PM
Joe Richardson
external usenet poster
 
Posts: n/a
Default QUERY DESIGNED TO MATCH MULTIPE QUESTIONS FOR A NUMBER OUTPUT

Thanks for the information. I already have a form built that allows users to answer the survey by clicking on a box to check it. I'm not sure what you mean by a dynamically building a SQL string and apply it to a saved querydef. But I will try to use office assistant to look up the information.

"Duane Hookom" wrote:

I would build a form that allows users to select the criteria, fields, etc
as they desire and then dynamically build a SQL string and apply it to a
saved querydef. That's one of the problems with pulling statistical
information from "flat" tables. You never know what kind of stats users are
going to want.

--
Duane Hookom
MS Access MVP


"Joe Richardson" wrote in message
...
I will forward a copy of it to you via your e-mail. I saw the ATS 2000

you have on the developers web page and that was awesome. I don't think I
am that skilled to do something like that. However I will send what I have
to your e-mail listed on that page.

Thanks Again;

Joe Richardson

"Duane Hookom" wrote:

I had asked if you might provide some sample data records and desired
output/display. Sometimes it takes some effort on your part to provide

the
required information so that we don't have to guess how your tables are
structured and how you want your results to look.

--
Duane Hookom
MS Access MVP


"Joe Richardson" wrote in

message
...
I could not find the other one today. But the reply that I did get

for
the one on 7/7 was not helpful. I rated the one on 7/7 as not being
helpful.

"Duane Hookom" wrote:

There are responses to this same question in your other threads.

Have
you
replied to those responses?

--
Duane Hookom
MS Access MVP


"Joe Richardson" wrote in
message
...
Good Morning,

I NEED HELP. I have a survey form designed and field out by 712
people.
The consist of check boxes for either yes/no answers or multiple

choice
options. Example below: ( [] check boxes or choices )

(1) Gender: Male [] Female[]

(2) Maritila status: Married [] Separated [] Divorced [] Single []

(3) Where do you live: On base [] Off base []

(4) How long lived in area: 1 to 6 months [] 3 to 6 months []

6
mos.to
1 year []

Query needs to identify Male, Married, On base, 3 to 6 months

(Out of
712
people who took the survey).

Please help; if you want a copy of it I can send it via e-mail.

My
e-mail
is .

Thanks in advance.









  #13  
Old July 9th, 2004, 03:11 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default QUERY DESIGNED TO MATCH MULTIPE QUESTIONS FOR A NUMBER OUTPUT

Joe,
You might want to look at my Query By Form at
http://www.rogersaccesslibrary.com/O...p#Hookom,Duane. This
applet can be imported into your application. You would then add a query
named Survey Records with a SQL of SELECT * from YOURTABLE;

You are then exposing your survey results table to a query tool. I doesn't
have a ton of statistics but should give you an idea of what I mean by
dynamically building SQL from selected fields.

--
Duane Hookom
MS Access MVP
--

"Joe Richardson" wrote in message
...
Thanks for the information. I already have a form built that allows users

to answer the survey by clicking on a box to check it. I'm not sure what
you mean by a dynamically building a SQL string and apply it to a saved
querydef. But I will try to use office assistant to look up the
information.

"Duane Hookom" wrote:

I would build a form that allows users to select the criteria, fields,

etc
as they desire and then dynamically build a SQL string and apply it to a
saved querydef. That's one of the problems with pulling statistical
information from "flat" tables. You never know what kind of stats users

are
going to want.

--
Duane Hookom
MS Access MVP


"Joe Richardson" wrote in

message
...
I will forward a copy of it to you via your e-mail. I saw the ATS

2000
you have on the developers web page and that was awesome. I don't think

I
am that skilled to do something like that. However I will send what I

have
to your e-mail listed on that page.

Thanks Again;

Joe Richardson

"Duane Hookom" wrote:

I had asked if you might provide some sample data records and

desired
output/display. Sometimes it takes some effort on your part to

provide
the
required information so that we don't have to guess how your tables

are
structured and how you want your results to look.

--
Duane Hookom
MS Access MVP


"Joe Richardson" wrote in

message
...
I could not find the other one today. But the reply that I did

get
for
the one on 7/7 was not helpful. I rated the one on 7/7 as not being
helpful.

"Duane Hookom" wrote:

There are responses to this same question in your other threads.

Have
you
replied to those responses?

--
Duane Hookom
MS Access MVP


"Joe Richardson" wrote

in
message
...
Good Morning,

I NEED HELP. I have a survey form designed and field out by

712
people.
The consist of check boxes for either yes/no answers or multiple

choice
options. Example below: ( [] check boxes or choices )

(1) Gender: Male [] Female[]

(2) Maritila status: Married [] Separated [] Divorced []

Single []

(3) Where do you live: On base [] Off base []

(4) How long lived in area: 1 to 6 months [] 3 to 6 months

[]
6
mos.to
1 year []

Query needs to identify Male, Married, On base, 3 to 6 months

(Out of
712
people who took the survey).

Please help; if you want a copy of it I can send it via

e-mail.
My
e-mail
is .

Thanks in advance.











 




Thread Tools
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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Month number output instead of month text Miquel Korah Running & Setting Up Queries 1 May 25th, 2004 12:17 PM
Job Number Match function??????? Russ Worksheet Functions 3 April 19th, 2004 06:51 PM
Write a formula that can look up and match a specific number and return the results for that specific number Frank Kabel Worksheet Functions 4 March 18th, 2004 05:26 PM
index match & lowest postive number Dave R. Worksheet Functions 5 January 6th, 2004 03:47 PM
MATCH Function - Help Please Joe Gieder Worksheet Functions 3 September 30th, 2003 05:09 PM


All times are GMT +1. The time now is 12:38 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.