PDA

View Full Version : Send Email automatically upon on Click



A9992736
12-06-2012, 10:42 PM
I have problems with the following:

1) Normally my button "cmd_Generate_Form" will only show "acPreview".

2) Now I want to skip the acPreview part and just automatically send it to my Microsoft Outlook.

How do i go about doing it with the OnClick Event Procedure?

Amplify
12-06-2012, 10:50 PM
I have problems with the following:

1) Normally my button "cmd_Generate_Form" will only show "acPreview".

2) Now I want to skip the acPreview part and just automatically send it to my Microsoft Outlook.

How do i go about doing it with the OnClick Event Procedure?

What do you mean form? Can you give me a little more detail?

AMP

A9992736
12-06-2012, 10:57 PM
What do you mean form? Can you give me a little more detail?

AMP

I have this button which upon click can be used to preview a report before printing it out.

Now i don't want to preview it but want to send it to outlook for me to email it out.