I am writing what I thought was a simple Patient form to enter new problems for a patient. A patient may have multiple problems. I want to add problems quickly from a pre-defined list of problems. I have a Patient File which is linked to a Patient Problem file. I also have a Problem List file that lists problems as well as other fields that further define the problem. I have made a form with Patient file as the parent and Patient Problem file as the child. I have been able to use a combo box to quickly add one field of the Problem List. However, I want to add multiple fields from the Problem List by some quick means to the Patient Problem file but have been unable to figure out how to do this...... Any suggestions? Thanks Ken