J
James
Hello I would like some assistance in creating a query....
I would like the query to run within a text box...
Ok I have 3 combo boxes...
and dependant on either one of the combo box values or all
of them I would like it to state how many records are in
the database...
So for example...
cbo1 = Male...
In the text box it would say how evr many males there are
in the database...
or it would do the following...
cbo1 = Male
cbo2 = q01
It would tell me how many Males have answered Question 1
or it could do this:
cbo1 = male
cbo2 = Q01
cbo3 = True
The text box would now tell me how many Males have
answered True to Question 1....
How do I go about creating my query and also how do I get
my text box to respond to the cbo boxes as there given
values it updates the text box...
How could this be done??
Many Thanks
James
I would like the query to run within a text box...
Ok I have 3 combo boxes...
and dependant on either one of the combo box values or all
of them I would like it to state how many records are in
the database...
So for example...
cbo1 = Male...
In the text box it would say how evr many males there are
in the database...
or it would do the following...
cbo1 = Male
cbo2 = q01
It would tell me how many Males have answered Question 1
or it could do this:
cbo1 = male
cbo2 = Q01
cbo3 = True
The text box would now tell me how many Males have
answered True to Question 1....
How do I go about creating my query and also how do I get
my text box to respond to the cbo boxes as there given
values it updates the text box...
How could this be done??
Many Thanks
James