in reply to Re^3: Lotus Notes date ranges not returning all documents
in thread Lotus Notes date ranges not returning all documents

Thanks, found it, installed it. Works great. Seems faster than the OLE interface also. Whoever designed the database left many of the columns in the views with their default names, so I end up with queries like this:
select * from "By Start Date" where _42 between '2009-04-01' and '2009-04-17'
But hey, it works :-)