G
Guest
I have a donations DB that was set up in Access as a flat file, with donor
demographics, then amt, chkno, donor class, etc. in EACH record. Each record
has a unique autonumber. I have split the original table into a Donor table
and Donations table. The Donor table now has the appropriate demographic
data. I ran an append query and edited to eliminate repeats. And then I
added an autonumbered DonorID. The Donations are now in a table with the
original autonumbered field, a newly added DonorID field, to relate to the
DonorID in Donor table, and the existing donor demographic data (don't want
to loose who gave what just yet), and the donation info.
Now the question: How do I get Access to fill in the DonorID field in the
Donations table so I can eliminate all the demographic data and reduce the
table to a more normalized form relating the DonorID field in both tables?
Thanks for any suggestions.
demographics, then amt, chkno, donor class, etc. in EACH record. Each record
has a unique autonumber. I have split the original table into a Donor table
and Donations table. The Donor table now has the appropriate demographic
data. I ran an append query and edited to eliminate repeats. And then I
added an autonumbered DonorID. The Donations are now in a table with the
original autonumbered field, a newly added DonorID field, to relate to the
DonorID in Donor table, and the existing donor demographic data (don't want
to loose who gave what just yet), and the donation info.
Now the question: How do I get Access to fill in the DonorID field in the
Donations table so I can eliminate all the demographic data and reduce the
table to a more normalized form relating the DonorID field in both tables?
Thanks for any suggestions.