I have 2 forms. The first form frmGetRecord has a combobox to get a patient number. This form also has a subform. The subform displays admission/discharge dates. There can be multiple admission/discharge records for a patient. I would like to select a record from the subform. When I click ok on this form, I would like my second form frmEvents to open, displaying the particular admission record selected for that patient. When frmEvents opens, it first calls the macro that opens frmGetRecord to retrieve th search information. A parameter query is then supposed to pull the information from the frmGetRecord. I'm not sure how to specify the particular record that is selected in the subform.