Hello Bryan, thanks for your help earlier on resolving this, but I've run into another snag. I use this WHERE condition so that the repeater can load pages that use the same Categories as the current page.
([NodeID] != {% NodeID %}) AND ([DocumentID] IN (SELECT [DocumentID] FROM [CMS_DocumentCategory] WHERE [CategoryID] IN (SELECT [CategoryID] FROM [CMS_DocumentCategory] WHERE [DocumentID] = {% DocumentID %})))
and trying to combine it with the previous WHERE condition to show only current and future events has been proven a challenge.
The desired behavior for the repeater would be: Show only items that match the category of the page currently on, are not older than today's date or have no date specified.