Dear Rick Lipkin:
On Thursday, May 24, 2012 11:13:17 AM UTC-7, Rick Lipkin wrote:
...
> I have tried various incantations like :
>
> oRs:FIlter := "[Repair Drop Date]+30 <= date()"
> which fails ..
How about assuming the "back end coders" were not much smarter than me? Try:
oRs:FIlter := "[Repair Drop Date] <= date()-30"
... or ...
oRs:FIlter := "[Repair Drop Date] <= (date()-30)"
David A. Smith