Skyshadow5
Technical User
I'll try to keep this short with as much data as poss.
I have two queries based on a budgets table. One extracts the actual spend by period based upon the unique identifier "A" for actual and the other extracts the budget based upon the unique identifier "B" for budget. I may therefore have entries in the actual query and not in the budget if no budget is necessary but I may also have entries in the budget query if there is a budget but there has been no spend for that period. The criteria specifies cost centres to query between a certain range and overhead codes between a certain range. There are 122 overhead codes and 56 cost centre codes. There may or may not be entries some of the combinations. I need to combine my two queries, "Actual by peiod" and "Budget by period" but when I do I get multiple repetitions of the entries. How do I correctly specify that I want all unique entries from Actual, all unique entries form Budget and only one instance of the entries that have the same cost centre / overhead combination?
I have two queries based on a budgets table. One extracts the actual spend by period based upon the unique identifier "A" for actual and the other extracts the budget based upon the unique identifier "B" for budget. I may therefore have entries in the actual query and not in the budget if no budget is necessary but I may also have entries in the budget query if there is a budget but there has been no spend for that period. The criteria specifies cost centres to query between a certain range and overhead codes between a certain range. There are 122 overhead codes and 56 cost centre codes. There may or may not be entries some of the combinations. I need to combine my two queries, "Actual by peiod" and "Budget by period" but when I do I get multiple repetitions of the entries. How do I correctly specify that I want all unique entries from Actual, all unique entries form Budget and only one instance of the entries that have the same cost centre / overhead combination?