>hi all
>
[quoted text clipped - 11 lines]
>
>thanks in advance...
Neither a query nor a macro can do this.
If you are updating the table datasheet directly, you cannot do this.
If you instead base a Form on the table, you can use VBA code in the form's
AfterUpdate event to send an email.
See the VBA help for SendObject.
John W. Vinson [MVP]
Osyris - 29 Nov 2007 12:02 GMT
i forgot something important to mantion..
the database is linked with a infopath form.
the idea is the user to fill the check boxes in the infopath form and the
date base will collect the entries..
so far so good. but i want when the check boxes in the data base are filled
(via infopath) to send an email as we said previously...
any ideas??
> >hi all
> >
[quoted text clipped - 20 lines]
>
> John W. Vinson [MVP]
John W. Vinson - 29 Nov 2007 18:41 GMT
>i forgot something important to mantion..
>
[quoted text clipped - 6 lines]
>
>any ideas??
Since Infopath is managing the data, and Access has no control over it, I'd
suggest that you use the Infopath program to send the email. You may need to
ask in an Infopath forum. I've never used that program and don't know what to
suggest.
John W. Vinson [MVP]