Let me see if I can explain this clearly. I have a form that has a multiple field primary key-SONum and IRRNum- one SONum can have a couple IRRNums, each record containing different data. What I would like the form to do is: when a user goes in and types in a SONum in the field, if it already exists, the data is displayed (if there are several records with that SONum-different IRRNums, they can flip through all the records with that SONum) if it does not exist then the form remains blank (except for the SONum that was just filled in and the user can finish filling the form. I tried to accomplish this with a combo box for the SONum field, but could not figure it out. Any suggestions??