Hi, folks. I have a little problem in which way to go with this. I have two tables, tblDestinations, which has two fields, Destination and JobNotes, in it. I have a second table tblPartMaster, which has three fields in it, Part No, Destination and JobNotes. When I enter a new PartNo, I want to be able to tab ovet to Destination, which s a List Box, and pull down and select one of the Destination choices. I also want it to automatically enter JobNotes, from the JobNotes in the tblDestinations, which is in the same row as the selected Destination. I have tried SELECT and SELECT DISTINCTROW, but nothing seems to be bringing in the second field of the row. Any suggestions? Thanks a lt in advance.