I have created a vbs file that will send an email using JMail. I have an Access database with a date field that has the date I would like the email sent. Is there some procedure in Access I can create that will look at the date field say once a day and if it finds todays date call the vbs file that sends the email? Or should I be looking a creating a VBS file that runs through an AT command that opens the Access database, looks for the date and sends the email? Thanks in advance for any help.