Is it possible to hold a variable's value from one session of Crystal Reports to the next. I need to create a report that lists the most recent additions to a file (daily). The "added date" is not an option as there is no field in the database to capture that information. The "holderid" field is autogenerated and increments by one each time a new shareholder is added. Is there a way to store the max value of that field for use the next time the report is run? So if today's report ran for holderid 100 to 108, tomorrow's report would start with holderid > 108. Or is there a way to export that value to a text file, and retrieve it the next time? I am using CR 8.0. Thanks!