Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with SendObject

Status
Not open for further replies.

jdwm2310

Technical User
Jul 26, 2001
396
US
Hi,

I have an Employee-form this form consist of personal data, (fields such as Name and Email Address. ) I also added a SendObject command button: this button should send the record of the person via the email address provided on the form.

On the event procedure of the SendObject I added this coding:

DoCmd.SendObject acSendForm, "SERP Employees", acFormatTXT, Me![Email Address], , , , , True

But it doesn't seem to work. I get a Run-Time error "2046".

Any help would be appreciated...Thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top