Search

Individual Class Registration

There are currently no Introduction to Emergency Planning classes available for online registration. Please contact us for further assistance.


AND (tblEvents_O_Extension.EV_ServiceCode = 'SIGNUP_ACTIVE') AND (EE_SignupEndDate Is Null Or EE_SignupEndDate >= GetDate()) AND (tblEvents_O_Extension.EV_StartDate > '3/29/2024') AND (datediff(hh,'3/29/2024 6:20:24 AM',tblEvents_O_Extension.EV_StartDate) > 10)
SELECT * FROM tblEvents_O_Extension INNER JOIN tblEvents ON tblEvents_O_Extension.EV_EventCode =tblEvents.EventCode WHERE (tblEvents_O_Extension.EV_EventCode = 'EMERRESPLAN') AND (tblEvents.EV_Active=1) AND (tblEvents_O_Extension.EV_ServiceCode = 'SIGNUP_ACTIVE') AND (EE_SignupEndDate Is Null Or EE_SignupEndDate >= GetDate()) AND (tblEvents_O_Extension.EV_StartDate > '3/29/2024') AND (datediff(hh,'3/29/2024 6:20:24 AM',tblEvents_O_Extension.EV_StartDate) > 10);