G
Guest
Hi, I have a report that is based on a very complex query. At the moment
every record is printed and I'm looking for a solution that would filter the
records via a multiselect listbox.
I've seen various methods to achieve this including:-
1. Setting the filter on the report - but the report needs to be already open.
2. Rebuilding the query in code with the new criteria - but this involves
deleting the original query.
Is there a simpler way to do this ie passing the selected list items to the
query criteria?
Thanks
every record is printed and I'm looking for a solution that would filter the
records via a multiselect listbox.
I've seen various methods to achieve this including:-
1. Setting the filter on the report - but the report needs to be already open.
2. Rebuilding the query in code with the new criteria - but this involves
deleting the original query.
Is there a simpler way to do this ie passing the selected list items to the
query criteria?
Thanks