Hi,
i have a form with a nested subform that are opened from a mainform.
When the user selects a specific record on the main form i want the form to open and the subform to display the selected record. I am using the below code on the load event of the form:
when i first run it it works! the...