>> I have a standard page loaded browse of appointments which is controlled by a Memory form (just so I can add some buttons). One of the buttons filters appointments (say This Week). The first page is OK but when you press Next you get all appointments.
>> Presumably this is because it is a page loaded browse. My code is in the Browse Validate method as usual.
>> Is there any way to ensure this still filters when pressing Next or is this a bug?
It's a bug, but in your code. This happens when you use a "value" instead of a "session value" in your filter. If you are using code in Validate then post the code here. If you have set the filter in the template, then post that here to.
Cheers
Bruce