I cannot provide an example, due to proprietary info, but the following code gives me all of my dates coming due but excludes the current month.
<Date()+30 And >Date()
so it checks 30 days before todays date and 3 days after todays date, but the current mount is missing.