Focus from subform to other subform

  • Thread starter attorney_programmer
  • Start date
A

attorney_programmer

I have a form with 2 separate subforms. My macro opens a new record on the
first subform and updates the record. When I try to make the macro continue
on and try to open a new record on the second subform so I can update it
also, I get the error "there is no field named [second subform] in the
current record". I have set the focus to the form first and then to the
subform, and it seems to accept the focus back to the form, but it can't get
to the second subform. Any suggestions?
 
Top