I’m developing a donor database for our non-profit. I have a table which holds the donor’s profile info…one donor – one profile, with an ID Record Number [DonorID]. This donor makes multiple donations and the donations are held in a separate table which holds the Donor’s ID number and creates a donation Record ID number. So I have a one-to-many relationship between the donor profile table and the donor donation table.
Here’s my question: On the donor’s profile form (frmDonor) I want to place a command button that when clicked will open up the new donation record form (frmNewDonation) and have that donor’s ID number inserted into the DonorID field. From there I could proceed with entering the donation info.
I could just open up the new donation form and type in the donor’s ID number and this would work for me but I don’t want my users to have to remember the number and type it in – I’d like to automate the process to eliminate any data entry errors.
This sounds like a simple thing to do but I just can’t seem to find a solution. Any suggestions would be greatly appreciated.
Bill6868
Here’s my question: On the donor’s profile form (frmDonor) I want to place a command button that when clicked will open up the new donation record form (frmNewDonation) and have that donor’s ID number inserted into the DonorID field. From there I could proceed with entering the donation info.
I could just open up the new donation form and type in the donor’s ID number and this would work for me but I don’t want my users to have to remember the number and type it in – I’d like to automate the process to eliminate any data entry errors.
This sounds like a simple thing to do but I just can’t seem to find a solution. Any suggestions would be greatly appreciated.
Bill6868