Say you have a nice long filter:
[Employee_ID] Between(100, 150) Or [Employee_ID] Between(200, 250) Or [Employee_ID] Between(300, 350) Or [Employee_ID] Between(400, 450)
And you want to add to it after you have already generated a report and closed the program.. Is there a way to load this filter into the filter control and have it show up as it would if I had just selected the same filters over again ?
If you need it explained more let me know..