How do I send messages ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I couldn't find any message send option in the window.Please send me a detail
that how ai can send a mail ?
 
What product are you using?

This newsgroup is for questions about Access, the database product that's
part of Office Professional. Access doesn't have a feature to send an e-mail
(although you can use code to e-mail reports to users).

Assuming you're using some other product, you'll need to find a newsgroup
related to it.
 
Pradeep said:
I couldn't find any message send option in the window.Please send me a detail
that how ai can send a mail ?

In an Access Macro, you can do that via the "SendObject" action. It can
instead be done in a Module, but I think a Macro is easier to define.

-- Vincent Johns <[email protected]>
Please feel free to quote anything I say here.
 
Back
Top