I have a form containing a subform. Two fields are used to link the form and subform. The subform displays with its record selector on the first matching record in the subform. I would like to have the record selector in the subform pointing to a new record so that the user can start entering their data for a new record without having to manually move to the new record. ( When the new data is entered, the linked fields still need to be automatically populated.)
I have modifed the on load event of the subform to bring up the subform on the new record. It works OK if I bring up the subform directly. However, when the subform is brought up within the form, it appears that the onload event is ignored and the subform's record selector is pointing to the first record and not the new record.
Any recommendations on how I can resolve my dilemma?
Thanks,
Joe
I have modifed the on load event of the subform to bring up the subform on the new record. It works OK if I bring up the subform directly. However, when the subform is brought up within the form, it appears that the onload event is ignored and the subform's record selector is pointing to the first record and not the new record.
Any recommendations on how I can resolve my dilemma?
Thanks,
Joe