i have one subform in my main form,so what should i do if when i click NEW button,i want the subform's textbox to be empty?
subform name is frmDailySup,it contains of these field name:
cboShift,cboSupervisorName1,cboSupervisorName2,txtDirectHeadcount,cboIndirectHeadcount
i had try to put frmDailySup.cboShift.setfocus, but it cant work ,it shows a msgbox " object require".
thank you for your kindness help.
subform name is frmDailySup,it contains of these field name:
cboShift,cboSupervisorName1,cboSupervisorName2,txtDirectHeadcount,cboIndirectHeadcount
i had try to put frmDailySup.cboShift.setfocus, but it cant work ,it shows a msgbox " object require".
thank you for your kindness help.