I have a search form that a user can search four ways, RMA, NCT, JOB, and DWG. Then when a user clicks on search, Access displays the results in another form labled "results". Example: I type in 456 under DWG, click search, and I see the results on the results form. This works great! However, if there are more than one record with that particular DWG on it, I thought then what? So, I added a combo box to the results form and coded it to where it will list all the records that have this DWG number on it. Now I'm stuck. I need to code it to where when I click on another number(record) from the list, Access displays the information on that record. Right now, it only displays the info from the first record, irregardless of what one I choose. Any suggestions on how to do this? Thanks in advance!!!