D
Dennis
I have a report that uses 4 Tables that make-up a SELECT
DISTINCTROW query for this report. This budget report uses
3 of the 4 tables to supply the related budget data and
one imported table that supplies the budget's expended
data. Each table is linked. The problem I am having is
that only the records that match the budget line item
number from the expended table(which is all of them) show
up on the report. That means all revenue is not reported
and some budgeted line items where 0 is expended do not
show up on the report. The question I have is how can I
have all of the budget line items that have dollars
allocated show up in the report and all expenditures also
show up in the report. I can get one or the other but not
both. Thanks Dennis
DISTINCTROW query for this report. This budget report uses
3 of the 4 tables to supply the related budget data and
one imported table that supplies the budget's expended
data. Each table is linked. The problem I am having is
that only the records that match the budget line item
number from the expended table(which is all of them) show
up on the report. That means all revenue is not reported
and some budgeted line items where 0 is expended do not
show up on the report. The question I have is how can I
have all of the budget line items that have dollars
allocated show up in the report and all expenditures also
show up in the report. I can get one or the other but not
both. Thanks Dennis