I have a report where I hard coded the filter criteria. The reason being is that I didn't want to add additional code in case some time in the future the user wanted to modify the criteria and also to eliminate additional queries. The report was working fine and then today, the filter was gone. Since I didn't want to worry about losing the filter again, I ended up creating another query with the equivalent filter criteria. Has anyone experienced losing the filter? Any way to prevent it from going away short of code or query? Thanks for your thoughts.