What about weekends and holidays?
E Mails can be sent at weekends - so does scheduler ?
I would suggest using <= and flagging those
records whose reminders you just sent out so you
don't resend them.
Better still - use an update query to flag the records that have had e mails
sent to them. You would need to add a date/time field to some table to hold
this flag or just a yes/no field if you don't need to record when the mail
was sent
Mind you - I am assuming you have zillions of e mails to send - this would
make it worth doing. If there are only a few then use Tonys idea of just
flagging OnClick or something else.
--
Wayne
Manchester, England.