Hi Duane
I fiddled around this this yesterday and did what you suggested but I now
get an error message "Cannot use a Pass-through-query as a record source for
a subform or subreport" I've setup parameters both on the criteria row and in
Query-Parametrers and used the [forms]![frm_Locations]![txtWhereSeen] in
each. At the Report level it work just fine but when I insert them as
subreports I get the error message.
johnb
johnb said:
Hi Duane
Thank you for your effort.
I need to report on gender, age, ethnicity and issues by location. Location
being a town/city. I created an unboud report and inserted 4 sub reports to
it, this works fine but it gives me all Locations. I need to be able to
select a particular town/city.
Each of the 4 reports has a field Location_ID and its a long int. My initial
thinking was to have a combo box in the main report header and use that to
selection the desired location(town/city).
johnb
:
I mentioned "'one' specific value in a field" and you mention "locations"
which to mean suggests multiple locations. Link master/child is limited to
only a single value of the field to filter the subreport.
Please try again to describe what you have and what you want to happen.
--
Duane Hookom
MS Access MVP
Yes. I have several locations and need the sub reports to show the same
locations
johnb
:
Combo boxes on reports have little or no use except displaying looked up
values.
Do you want to use the link master/child properties to limit the records
in
every subreport to one specific value in a field?
--
Duane Hookom
Microsoft Access MVP
:
Hi All
I have a unbound report which contains 4 sub reports which are bound to
4
crosstab queries and these are based on 4 queries. The question is can
I have
a combo box on the unbound report to filter the sub reports. If so.
How?
TIA
johnb