Are you just looking to give the end user an easy way to get the data displayed?
You can create a main form with a subform, and link the two so that the subform displays the data of the selected record on the main form.
Easier yet, Have one form with all of the fields on it, and add a combo box, when prompted, select the option FIND A RECORD ON MY FORM BASED ON THE VALUE I SELECTED IN MY COMBO BOX. If you use the main field in the combo box, the rest of the form will fill itself out with the related data.
EXAMPLE: You have a database containing info on people and their contact info. Place all of the fields on the form, and then add the combo box. When prompted, select the option mentioned earlier, and use the field containing thier name for the combo box. When the user makes the selection of the name in the combo box, the other fields will display the persons data.