Greetings,
I need to have something that happens on a tabbed subform to change the value of a textbox on the main form.
*********************************************************
MainForm = f_Employees
MainForm textbox = txtCount
Tabbed Subform = fSub_Personnel_Actions_subform_2
Tabbed Subform Combobox = cboAction
Tabbed Subform textbox = txtDateCompleted
*********************************************************
On the tabbed subform, if the user selects DEPARTURE in the control cboAction AND if the control txtDateCompleted is not null, then I need the control txtCount to be changed from YES to NO.
For this to work as needed, those two criteria on the tabbed subform must exist -- cboAction must be DEPARTURE, and txtDateCompleted must have a date input, then the txtCount must be changed to No.
Any suggestions will be appreciated.
Regards,
Bob in Indy
I need to have something that happens on a tabbed subform to change the value of a textbox on the main form.
*********************************************************
MainForm = f_Employees
MainForm textbox = txtCount
Tabbed Subform = fSub_Personnel_Actions_subform_2
Tabbed Subform Combobox = cboAction
Tabbed Subform textbox = txtDateCompleted
*********************************************************
On the tabbed subform, if the user selects DEPARTURE in the control cboAction AND if the control txtDateCompleted is not null, then I need the control txtCount to be changed from YES to NO.
For this to work as needed, those two criteria on the tabbed subform must exist -- cboAction must be DEPARTURE, and txtDateCompleted must have a date input, then the txtCount must be changed to No.
Any suggestions will be appreciated.
Regards,
Bob in Indy