Geordie2008
Registered User.
- Local time
- Today, 18:51
- Joined
- Mar 25, 2008
- Messages
- 177
Afternoon all....
I have a form with a combo box which filters all of my queries. When a user selects a "manager" they get a list of all of the employees associated with that manager. This is because the user wanted to be ble to send individual "manager" reports to the managers concerned.
I designed 8 reports from these queries and now the user would like to be able to remove the filter to allow them to have a summary of all employees irrespective of manager.
Is there anyway I can use the existing queries / structure / reports to just return all when no filter is applied?
Currently the report will return blank results if a null value is passed as thre are no instances of a <NULL> manager field. When I actually want it to return everything when <null> is selected.... Or better still if I could have a "select all" option within the combobox
Thanks,
Mandy
I have a form with a combo box which filters all of my queries. When a user selects a "manager" they get a list of all of the employees associated with that manager. This is because the user wanted to be ble to send individual "manager" reports to the managers concerned.
I designed 8 reports from these queries and now the user would like to be able to remove the filter to allow them to have a summary of all employees irrespective of manager.
Is there anyway I can use the existing queries / structure / reports to just return all when no filter is applied?
Currently the report will return blank results if a null value is passed as thre are no instances of a <NULL> manager field. When I actually want it to return everything when <null> is selected.... Or better still if I could have a "select all" option within the combobox
Thanks,
Mandy