S
Silvio
Hello is there a way to simplify the 3 lines of codes below to set focus from
the main form to a control in subform2?
Me.frmCalibration2.SetFocus 'Subform 1
Me.[frmCalibration2].Form![frmOxygen1].SetFocus 'Subform 2
Me.[frmCalibration2].Form![frmOxygen1].Form![cmbTemp].SetFocus 'Set focus on
cmbTemp
Thank you,
Silvio
the main form to a control in subform2?
Me.frmCalibration2.SetFocus 'Subform 1
Me.[frmCalibration2].Form![frmOxygen1].SetFocus 'Subform 2
Me.[frmCalibration2].Form![frmOxygen1].Form![cmbTemp].SetFocus 'Set focus on
cmbTemp
Thank you,
Silvio