I have multiple subforms in a single form, each on its own page of a multi-page. Each subform has its own seperate records. Each seperate recordset has the identical number of records. I want to create a set of buttons on the forn that will allow the user to move through the records of each subform together. Right now, the user has to to each page on the form and move the record to the next record. I want one button to move all the subforms to the next record simultaneously. I tried the following with the following error. Configuration_Subform is the name of one of the subforms.
Me.Configuration_Subform.SetFocus
DoCmd.FindNext
Run Time Error '2143'
You didn't specify search criteria with a FindRecord action.
Thanks
Mike





