Slipps via AccessMonster.com wrote:
> If my marketing % goes up or down from a number, I would like to know
> the code to send me an instant e-mail alert if this happens
Look up send object in the help files. Access doesn't have Triggers, so the
only way you can run code to check for a condition is to run code from a
form. You need to use an event to run the code. It can be a timer event, if
you want it to be done at regular intervals, or you can use another event
such as opening the database to check. You can also schedule an operation
from Windows, using a Windows scheduler, to open Access and have a startup
form check for the condition, and send the email, if required.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com