Scheduling An Agent

Is there any way to schedule an agent to run every three months (or any period that exceeds one month)?

Subject: Scheduling An Agent

Well, you could schedule it to run monthly, which appears to be the max allowed in the scheduler, then have code in the agent to detect if it should run that month, and if not, then just do an Exit Sub.