computer






 

Question by  rys (286)

How do I email from MS to Access?

 
+6

Answer by  RepairItMan (419)

Assuming we are taking about a MS SQL database, you can right click the database (in SQL Manager), and there is an 'Export Data' option. From here, you can follow the wizard, and choose 'Access' as one of the data types.

 
+6

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.

 
+5

Answer by  vathana (127)

In MS-Access,First make the relationship database design, Here to include the columns like from, to, Message & Send. Then to implement the VBcoding to access each database columns into the Ms-Access. After execute and run this coding, you will be able to send the email from MS to Access.

 
+5

Answer by  DoCmdSendObject (19)

You can send your email through the Access by using the DoCmd. SendObject code,there are many examples available in the internet.

 
+4

Answer by  jaljl25 (547)

Well what do you mean from MS to access? If your talking about ms office email applications you can basically set up an account with them and email to your access email or basically open account on access. They are interchangeable.

 
+4

Answer by  vikkyrs (377)

I think you intend to ask about email from MS Access. Emails can be send from Access via Outlook. A VB code may required to be implemented. A help desk format is to be created for this.

 
You have 50 words left!