P
Pixie78
I am drawing a blank today. I have added an "Inactive" checkbox to my
employees table (tblEmployees).
I have a print reports form (prtEmpReports) for employee information. This
form has an option group linked to a list box so as to print by Employee
Name, Department, Job Title, etc......All works fine.
I wanted to be able to filter in or out the Inactive employees. I added an
option group with 2 check boxes so I am thinking it should work like this:
1. If neither box is selected then there is no filter, show all employees
regardless of Inactive status, basically how the form works originally.
2. Choose this box (opt1) to show Only Active Employees
3. Choose this box (opt2) to show Only Inactive Employees
Thanks for any suggestions.
employees table (tblEmployees).
I have a print reports form (prtEmpReports) for employee information. This
form has an option group linked to a list box so as to print by Employee
Name, Department, Job Title, etc......All works fine.
I wanted to be able to filter in or out the Inactive employees. I added an
option group with 2 check boxes so I am thinking it should work like this:
1. If neither box is selected then there is no filter, show all employees
regardless of Inactive status, basically how the form works originally.
2. Choose this box (opt1) to show Only Active Employees
3. Choose this box (opt2) to show Only Inactive Employees
Thanks for any suggestions.