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