S
SharonInGa
tblEmployeeProfile as EP
tblApplicationList as AL
tblEmployeeAssignedApplications as EAA
I have a list of 125 different applications that need to be associated with
employees. I created a Main Form that includes the Employee Profile. The
Admin User needs to pull a specific employee and check one or many of the
applications that apply to that employee.
How do I take the yes/no value from each checkbox and insert it into the
EmployeeAssignedApplication table that shows the applications for each
employee?
tblApplicationList as AL
tblEmployeeAssignedApplications as EAA
I have a list of 125 different applications that need to be associated with
employees. I created a Main Form that includes the Employee Profile. The
Admin User needs to pull a specific employee and check one or many of the
applications that apply to that employee.
How do I take the yes/no value from each checkbox and insert it into the
EmployeeAssignedApplication table that shows the applications for each
employee?