What I have is a database which tracks assigned files to a certain people which is generated by a form and then recorded into a table. Table are as follows “Staff” “Loss_Type” and “Claims_Assignm ent”.
From this “Claim_Assignme nt” table I have created separate queries that provide reports sorted by certain predetermined dates. IE: week, month, year
I have designed (2) crosstab queries from the “Q:Claims_Assig n_Year” to return results from which I want to create report. One crosstab query is staff vs type and the other is type vs staff.
What I would like is (1) query that displays all 26 “Staff” vs All 22 “Types” in one report.
What was happening was when I joined “Staff” from the table and “Staff” from the Query Summary all the staff would be listed.
As soon as I joined “Loss_Types” from the table to the Yearly Summary Query, I receive a error aobut ambigious joins.
As a result I created (2) queries so that I could not get (1) query to display all 26 “Staff” vs All 22 “Types” in one report.
Can I get one query to display all possible staff vs all possible loss types even if results equal zero for both variables
From this “Claim_Assignme nt” table I have created separate queries that provide reports sorted by certain predetermined dates. IE: week, month, year
I have designed (2) crosstab queries from the “Q:Claims_Assig n_Year” to return results from which I want to create report. One crosstab query is staff vs type and the other is type vs staff.
What I would like is (1) query that displays all 26 “Staff” vs All 22 “Types” in one report.
What was happening was when I joined “Staff” from the table and “Staff” from the Query Summary all the staff would be listed.
As soon as I joined “Loss_Types” from the table to the Yearly Summary Query, I receive a error aobut ambigious joins.
As a result I created (2) queries so that I could not get (1) query to display all 26 “Staff” vs All 22 “Types” in one report.
Can I get one query to display all possible staff vs all possible loss types even if results equal zero for both variables
Comment