I am working on a form that has a subform. The subform is in datasheet veiw. On the Form I have a text box that I want to have linked to the subforms lastname feild. I would like to be able to click on a name in the subform and have the forms textbox populate with the recod that the focus is on and also be able to start typing in to the text box and have focus in the subform highlight the record that the text closest resembles then click on the record and have it again populate into the text box. After this I would have command buttons that would open other forms and reports based on what is in the text box. My question is how do I link the two forms and keep the subform displaying all the data? Right now if I link the two forms the subform will only show one record at a time.