I see that the question has been asked a million times but I still can't get it. Basically I have two different forms for two separate tables. However, both tables have 3 values that are the same, Firstname, LastName, Social. I am trying to create a one to many relationship by using the two tables...the first table for client info and the second table for the various visits for the client. What I'm trying to do now is fairly simple. I click on a command button and the second, visit form, comes up. All I want is for the 3 values to pop up on that second form, visit form. I tried an append but thats not what I wish it to do. Just copy over the values (table to table, form to form). Any suggestions? Another question, I have a search box based on a macro, but I don't know what would be the conditions to create a msgbox that would say the record does not exist, say, if the txt box was ID and the table value was SSN, and the Form txt box was also SSN. Please help! Thanks