how do i send email using data access page?

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

Guest

hi, i use ms access 2002 and i am creating database and in this database i
create Page( data access page) and in this page the custmer will fill the
page up and all these information will be save in table, my question is how
can i send all these information to an email and save the inforamtion in the
table at the same time.help me plz
 
Hassan,

If you've saved the information to a Table, you can run a
"SendObject" Action (in a Macro, or with a DoCmd statement) that will
send the contents of that Table in an email message.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top