Hi June7,
Thanks for the help with this. So here is the query that I came up with. It does what I want, but I need to weed out the duplicates. Some actions can be both timed actions and accountable actions.
SELECT UserID, WeekNumber, StandardAction AS [Standard Action], Index
FROM...