RE: How can I e-mail forms from a database?



You didnt specify who you sending it to
Also you can enter more data like the subject

"AccessNewbe" wrote:

> I have tried to use this command and I keep getting an error message. The
> command I have enterend is
> DoCmd.SendObject acSendForm,"frmemailnewhireform",,,,,,,,
> What am I doing wrong?
>
> "Ofer" wrote:
>
> > Use the send object command
> >
> > docmd.SendObject acSendForm,"FormName",,To,,,Subject,TextMessage
> >
> > "AccessNewbe" wrote:
> >
> > > I am currently working on a database for the HR Manager. The database is
> > > going to show all current employees, the medical and dental dates of
> > > eligibility, new hire forms for new hires, etc. I am trying to create a
> > > command button that allows me to e-mail the created form to any new hires.
> > > The form has the basic information w-4, i-9, emergency information, etc.
> > > Next to the topics are hyperlinks that they can click on and download the
> > > forms. Is there any way that I can create a command button to perform this
> > > function?
.