I guess I wasn't specific. I wrote a VB program to export Outlook
AppointmentItems to an Access database, but I only want to export items
with a start date greater than #dtStart# and less than #dtEnd#. I
originally had the program iterate through all appointments and check
the date, and if the date fell within those dates export it. But when
users with years of appointments ran the program, it took far too long.
Any ideas?