K
KeffinJ
Hi all,
I have a table (CountryPop). It contains a list of 20 countries and the
populations of those countries. I have another table (Rain) that contains a
list of 20 countries and the average rainfall in that country.
I have a form with 3 combo boxes. Each combo box has a list of 20 counties
(sourced from CountryPop table).
I want to be able to select 3 different countries from the combo boxes,
which pulls up a report that tells me the populations and rainfall for each
of the countires I selected from my form and also runs a total of the
population.
This is a very simplified version of what I am trying to do...but I kind of
want to put it out there this way - there is a vital step that I am missing.
I think that I can't get the selections from the combo boxes to interact with
a query (I assume I base my report on this query).
Can anybody point me in the right direction please?
Kevin
I have a table (CountryPop). It contains a list of 20 countries and the
populations of those countries. I have another table (Rain) that contains a
list of 20 countries and the average rainfall in that country.
I have a form with 3 combo boxes. Each combo box has a list of 20 counties
(sourced from CountryPop table).
I want to be able to select 3 different countries from the combo boxes,
which pulls up a report that tells me the populations and rainfall for each
of the countires I selected from my form and also runs a total of the
population.
This is a very simplified version of what I am trying to do...but I kind of
want to put it out there this way - there is a vital step that I am missing.
I think that I can't get the selections from the combo boxes to interact with
a query (I assume I base my report on this query).
Can anybody point me in the right direction please?
Kevin