J
jcc
Here is a brief description of my situation:
There is one table with about 150 records and three fields:
Field 1 = Project name (primary key)
Field 2 = Department (each project belongs to a department, but a department
may have many projects. there are 5 departments)
Field 3 = Distribution channel (a list of 12 channels)
I have successfully generated a query to return records that have matches in
Field 3 (i.e. if multiple projects require a channel I get a list of all the
projects that have a match, which department they belong to, and on which
channel they match).
However, I want to be able to modify the query by Department so I can create
a more useful report. As an example, I want to be able to create a query for
Deparment A, so that it only generates matches in Field 3 which involve
Department A. (i.e. If projects in Department C & D use the same channel
then I don't need it, but if projects in Departments A, C & D all use the
same channel, then I want to see all three of those projects).
I tried using "Department" as a criteria, but this eliminated my view of the
matching channels (i.e. criteria where ="Department A" only showed me the
Department A projects, and not the projects from Departments C & D which used
the same distribution channel.)
Hope this was clear.
There is one table with about 150 records and three fields:
Field 1 = Project name (primary key)
Field 2 = Department (each project belongs to a department, but a department
may have many projects. there are 5 departments)
Field 3 = Distribution channel (a list of 12 channels)
I have successfully generated a query to return records that have matches in
Field 3 (i.e. if multiple projects require a channel I get a list of all the
projects that have a match, which department they belong to, and on which
channel they match).
However, I want to be able to modify the query by Department so I can create
a more useful report. As an example, I want to be able to create a query for
Deparment A, so that it only generates matches in Field 3 which involve
Department A. (i.e. If projects in Department C & D use the same channel
then I don't need it, but if projects in Departments A, C & D all use the
same channel, then I want to see all three of those projects).
I tried using "Department" as a criteria, but this eliminated my view of the
matching channels (i.e. criteria where ="Department A" only showed me the
Department A projects, and not the projects from Departments C & D which used
the same distribution channel.)
Hope this was clear.