Hi,
As far as I know, Access has no build-in feature to reach your goal. Some VBA code may be another choose, I'll move your question to the MSDN forum for Access
http://social.msdn.microsoft.com/Forums/en-US/home?forum=accessdev&filter=alltypes&sort=lastpostdesc
The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
George ZhaoTechNet Community Support
Hi Dividers,
You could create Data Macros in MSAccess to send emails, it's just like the triggers in SQL Server.
Firstly use the IF-ELSE macro to determine if the stock level of the product gets down to a certain level, then call SendMail macro to send emails.