Hi. I am creating a database to log donations and the donors that gave the donation. I have a table for Donor_Information, which stores the donor number, name, company, address, etc., Donations_Given, which stores the number of the donor who gave the gift as well as other important gift information, as well as many other tables. I have created a split form for a donor search form. What I want to be able to do is use the search results, select one of them, which populates the Donor_Num text box automatically, put a button to add a new donation which would open the add a new donation form, take that donor that is selected and whose Donor_Num is auto populated in the box, and have their number be put into the donor_num field in the donation form so they do not have to enter one. I have tried several different methods and have done much googling but haven't been able to make it work. I'm sure its and easy fix and I am just missing it because I am googling the wrong thing. Any help would be appreciated.