M
Ms. DE Velop Her
Hello There!,
I have a main Form (frmClasses) which allows user search via a comboBox
(cbxSearch) on a list of classes from a table (tblClasses)
frmClasses also displays the date/time schedule of the class in other
textboxes (txtDate / txtTime)
Then there is a SubForm(sfClassAttend) which is suppose to display all
employees - including those from the table of scheduled attendees for each
scheduled class (tblSchedAttend)
I need to be able for the user to Search from the Main form (frmClasses) on
the combobox (cbxSearch) and have the SubForm(sfClassAttend) display All
Employees...those from the table(tblEmployes) who may not all be scheduled
for a Class and also those from the table (tblSchedAttend) who are already
scheduled for a Class.
Via the SubForm,
The User should be able to:
See a list of all employees and if they are scheduled for the selected Class
or not
also...
Select the YES/NO button from the (tblSchedAttend) on the subform
(sfClassAttend) and update an employee to the table (tblSchedAttend)as an
employee NOW scheduled to attend that particular class.
Currently, when I launch the Main Form (frmClasses), all employees are
displayed in the (sfClassAttend), when I select a Class from the dropdown
list (cbxSearch)
the subform displays all the employees with the YES/NO button populated if
they are registered for that class, yet if I select another class from the
list, the subform still shows the list with the same employees attendance.
Please help
I have a main Form (frmClasses) which allows user search via a comboBox
(cbxSearch) on a list of classes from a table (tblClasses)
frmClasses also displays the date/time schedule of the class in other
textboxes (txtDate / txtTime)
Then there is a SubForm(sfClassAttend) which is suppose to display all
employees - including those from the table of scheduled attendees for each
scheduled class (tblSchedAttend)
I need to be able for the user to Search from the Main form (frmClasses) on
the combobox (cbxSearch) and have the SubForm(sfClassAttend) display All
Employees...those from the table(tblEmployes) who may not all be scheduled
for a Class and also those from the table (tblSchedAttend) who are already
scheduled for a Class.
Via the SubForm,
The User should be able to:
See a list of all employees and if they are scheduled for the selected Class
or not
also...
Select the YES/NO button from the (tblSchedAttend) on the subform
(sfClassAttend) and update an employee to the table (tblSchedAttend)as an
employee NOW scheduled to attend that particular class.
Currently, when I launch the Main Form (frmClasses), all employees are
displayed in the (sfClassAttend), when I select a Class from the dropdown
list (cbxSearch)
the subform displays all the employees with the YES/NO button populated if
they are registered for that class, yet if I select another class from the
list, the subform still shows the list with the same employees attendance.
Please help