Subform reference

  • Thread starter Thread starter Pwyd
  • Start date Start date
Right. You should avoid that if at all possible and when
you do use code to reference a mainform control, the code
can not be in the subform's Open or Load event. If you have
some wierd scenario where you think you have to do that in
the subform's Current event, the code would have to trap the
error and deal with it.
 
Back
Top