B
bhammer
Access2003, an Issues database.
Observations are made at Places, where Issues are noted. A fourth table
lists InspectionTypes. One junction table lists Places and corresponding
InspectionTypes that were performed at each Place. Another junction table
lists Issues and corresponding InspectionTypes during which these Issues
might be Observed. You can see that it is possible for an Issue to be
Observed at a Place where the assigned InspectionType for that Issue was not
performed. Such Observations 'don't count' and will be ignored in the report.
How do I use grouping in the report the display only those Observations of
Issues made at Places where the Issue's corresponding InspectionType was
performed? I presently have a report that groups on Issue and displays all
the Observations of that Issue, but I now want this further refinement. Can
this be done by grouping? Do I first need a new query that pulls these fields
together?
Is it odd, or a violation of db normalcy, that these six tables are related
in a circle? Like this:
tblPlaces > tblObservations > tblIssues > tblIssueDetails >
tblInspectionTypes > tblPlaceDetails > tblPlaces
-Brad
Observations are made at Places, where Issues are noted. A fourth table
lists InspectionTypes. One junction table lists Places and corresponding
InspectionTypes that were performed at each Place. Another junction table
lists Issues and corresponding InspectionTypes during which these Issues
might be Observed. You can see that it is possible for an Issue to be
Observed at a Place where the assigned InspectionType for that Issue was not
performed. Such Observations 'don't count' and will be ignored in the report.
How do I use grouping in the report the display only those Observations of
Issues made at Places where the Issue's corresponding InspectionType was
performed? I presently have a report that groups on Issue and displays all
the Observations of that Issue, but I now want this further refinement. Can
this be done by grouping? Do I first need a new query that pulls these fields
together?
Is it odd, or a violation of db normalcy, that these six tables are related
in a circle? Like this:
tblPlaces > tblObservations > tblIssues > tblIssueDetails >
tblInspectionTypes > tblPlaceDetails > tblPlaces
-Brad