T
Tabby
PLEASE! Someone HELP!
I have 2 tables. One is the master MEMBERS table that
should display a running total of contributions by year,
(i.e. column 1: 1999; column 2: 2000...these columns are
updated from the CONTRIBUTIONS table)
Then, I have a table called CONTRIBUTIONS, where
contributions are entered with column fields such as:
ID#, DonationAmount, DepositDate, Check#, Appeal,
CalendarYear. This table is simply a database containing
all contributions that come in.
The tables are joined by their ID# as each members has a
unique ID.
The problem I am encountering is that the Columns in the
MEMBERS table, such as YR02 (which is supposed to sum all
contributions for that individual who made a contribution
in the year 2002.) This field updates for some
individuals and not for others.
Does anyone know how I can trouble shoot this problem? I
can't seem to refresh the data so that all columns are
updated. I have only portions of individuals whose
information is being update while the others are not?
I have 2 tables. One is the master MEMBERS table that
should display a running total of contributions by year,
(i.e. column 1: 1999; column 2: 2000...these columns are
updated from the CONTRIBUTIONS table)
Then, I have a table called CONTRIBUTIONS, where
contributions are entered with column fields such as:
ID#, DonationAmount, DepositDate, Check#, Appeal,
CalendarYear. This table is simply a database containing
all contributions that come in.
The tables are joined by their ID# as each members has a
unique ID.
The problem I am encountering is that the Columns in the
MEMBERS table, such as YR02 (which is supposed to sum all
contributions for that individual who made a contribution
in the year 2002.) This field updates for some
individuals and not for others.
Does anyone know how I can trouble shoot this problem? I
can't seem to refresh the data so that all columns are
updated. I have only portions of individuals whose
information is being update while the others are not?