I would like to display records by grouping certain types of data. For example, a daily calendar for 10 people grouped by each person. Each person's records displays on their own page. Is this possible in ASPRunner?
You can use Master-Details relationship netween Users and Events tables. This will give you a list of users with one-click access to all Events that belong to this user.