Answer by
Ramakrishna (25)
You need to write a E-mail program that uses MAPI(Messaging Application Programming Interface),like Outlook Express. Write the code in the command button On click event procedure "DoCmd. SendObject... "E-mailaddress","Subject","Message",False ". You will get send window as pop up if the last parameter is True. You can also have Cc and Bcc addresses. You have to use 3rd party e-mail software for attachments.