Susan Harkins
ssharkins at bellsouth.net
Sat Sep 6 19:21:29 CDT 2003
How simple -- thanks so much. What's RTFM? SusanH. > On 6 Sep 2003 at 17:26, Susan Harkins wrote: > > > When using SendObject to email a report, can you suppress the mail client > > window and automate the Send action? I'm assuming you could solicit all the > > necessary information (To:, Subject:, and message) from right inside Access > > and pass it along to the mail client without ever displaying the mail > > window -- which would probably be preferable in most cases. > > > > Susan H. > > > RTFM :-) > Syntax > DoCmd.SendObject [objecttype][, objectname][, outputformat][, to][, > cc][, bcc][, subject][, messagetext][, editmessage][, templatefile] > .... > editmessage Use True (-1) to open the electronic mail application > immediately with the message loaded, so the message can be edited. > Use False (0) to send the message without editing it. If you leave > this argument blank, the default (True) is assumed. > > -- > Lexacorp Ltd > http://www.lexacorp.com.pg > Information Technology Consultancy, Software Development,System Support. > > > > _______________________________________________ > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >