In the parent form I would like to control the subforms Bookmark. In the parent form I have this and it works fine for parent:
How would I reference a subform with same code?Code:Me.RecordsetClone.FindFirst "[OldTicketNo] = " & Me![Combo82] Me.Bookmark = Me.RecordsetClone.Bookmark