I'm a bit of a beginner with Access and specifically ADP. Anyway, I would like to be able to allow users to email a formatted text version of thier form that they complete as button option. Any ideas?
Create a command button on your form. In the on click event select "Event Procedure". Click the build button and type in the command. The syntax is as follows:
DoCmd.SendObject acSendForm, Me.NAME, acFormatRTF, "The target e-mail address here.", , , "Subject line here.", "Messsage text here", True
thanks for the response. I know that this command syntax works for an Access MDB form but did not see the "on click" option when I put a command button on an ADP form. Did I miss something??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.