S
sundergj
First question here but I think I am well on my way with this project!
I have a deal logging database that tracks which people are working on
what deals (many to many joined by a junction. Within the deals, there
are 2 main types.
I want the report to show the names of the team-members and then each
of the deals they are working on. However, I want the deals of type X
to be shown in the first column, and then deals of type Y to be in the
next column (and so on) In the table, there is a column for deal name,
and then another column that identifies what type of deal it is.
I initially tried to create queries for each type of deal that just
showed all the same data as the master table (that I would ordinarily
run the report off) but I just added a sort in each (=X; =Y, etc,).
However, I found that after creating a report which pulled each of the
deal names from their respective "sorted by type" queries, the report
would only list team members who had a deal of both types. I want to
show every team member regardless of deal staffing, and then show
whatever they might be working on.
Really appreciate your insight
Thanks
I have a deal logging database that tracks which people are working on
what deals (many to many joined by a junction. Within the deals, there
are 2 main types.
I want the report to show the names of the team-members and then each
of the deals they are working on. However, I want the deals of type X
to be shown in the first column, and then deals of type Y to be in the
next column (and so on) In the table, there is a column for deal name,
and then another column that identifies what type of deal it is.
I initially tried to create queries for each type of deal that just
showed all the same data as the master table (that I would ordinarily
run the report off) but I just added a sort in each (=X; =Y, etc,).
However, I found that after creating a report which pulled each of the
deal names from their respective "sorted by type" queries, the report
would only list team members who had a deal of both types. I want to
show every team member regardless of deal staffing, and then show
whatever they might be working on.
Really appreciate your insight
Thanks