SheilaAlighieri
Technical User
Hi!
I would like to make a report which shows and combines data from two tables, i.e. 'Budget' and 'Invoice'.
I am using 5 fields, namely:
1. Budget Year 'from Budget table (the field is also available in the Invoice table);
2. Quarter 'from Budget Table (also entered in Invoice table);
3. Account Name 'from Budget Table (also entered in Invoice Table);
4. Budget 'from Budget Table;
5. Actual spendings 'from Invoice Table.
The budget year shows as 1980/1981, 1981/1982 and so on. The budget year starts in april. Therefore quarter two of the calendar year is quarter one of my budget year. Those switch codes are working perfectly. I classified the 'budget year' and 'quarter' field as text fields.
Ok, now I would like to make a report, which shows the budget and the spendings by budget year divided by quarter. For example:
Account Name: Sheila
2001/2002
quarter Budget Spendings
1. 100 95
2. 100 -
3. - 10
4. 100 200
I made a query but my problem is that I only get data where there are available in both table. So in my example quarter 1 and 4 would show, but 2 and 3 would be left out. I tried a left and right join but in that case either
I want all four of them to be visible! Even when
for one of the quarters no data is available in one table.
Can anyone tell me what to do? I have no clue and I have been at it for weeks now
Sheila
I would like to make a report which shows and combines data from two tables, i.e. 'Budget' and 'Invoice'.
I am using 5 fields, namely:
1. Budget Year 'from Budget table (the field is also available in the Invoice table);
2. Quarter 'from Budget Table (also entered in Invoice table);
3. Account Name 'from Budget Table (also entered in Invoice Table);
4. Budget 'from Budget Table;
5. Actual spendings 'from Invoice Table.
The budget year shows as 1980/1981, 1981/1982 and so on. The budget year starts in april. Therefore quarter two of the calendar year is quarter one of my budget year. Those switch codes are working perfectly. I classified the 'budget year' and 'quarter' field as text fields.
Ok, now I would like to make a report, which shows the budget and the spendings by budget year divided by quarter. For example:
Account Name: Sheila
2001/2002
quarter Budget Spendings
1. 100 95
2. 100 -
3. - 10
4. 100 200
I made a query but my problem is that I only get data where there are available in both table. So in my example quarter 1 and 4 would show, but 2 and 3 would be left out. I tried a left and right join but in that case either
I want all four of them to be visible! Even when
for one of the quarters no data is available in one table.
Can anyone tell me what to do? I have no clue and I have been at it for weeks now
Sheila