how do i send email using data access page?

H

Hassan Merzha

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
 
V

Vincent Johns

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.
 
Top