Im looking to sort a repeat region by the date field as default. Easily done i.e. ORDER BY date. I want to add functionality that lets you sort by other fields e.g. name, address etc etc. Going back to the ORDER BY [field] statement, is it possible to make this dynamic? Or would I need to physically make the additional pages with differing recordsets?