I have a CONTACT form which I enter the family information ie. Father's info and mother's info. A command button takes you to a PARTICIPANT form to enter the children from that family who are enrolling in a program/activities. These 2 forms are linked with the CONTACTID field. The PARTICIPANT form has a DETAILSUBFORM linked by the PARTICIPANTID field. In the event that the participant is the mother of father, I would like to create a command button which will look up the first name and last name on the CONTACT form and update the DETAILSUBFORM so the info does not need to be entered twice. I created a macro to do this,and it works fine as far as updating the father's info. But I need an "if than else statement" (I think). In other words, if there is no information on the CONTACT form for the father, then fill in the first and last name field with the mother's info. I have tried every which way, but the syntax is a problem. Any help will certainly earn you wings!!!