Email confirmation

Banderas23

Registered User.
Local time
Today, 19:26
Joined
Nov 12, 2015
Messages
23
Hi

I have a data as that gets two sets of records. Ones that come in from a web page and ones we manually enter.

The ones we manually enter currently do not send a customer confirmation via email although it's not every record entered I need a confirmation.

What's best way to do this? And how could I do it?

My thought was to have a check box on the form. If it's checked then once saved a vb code send an email for that record.

Any solutions?

Thanks

Antony
 
That should work. Your simplest email method is probably SendObject.
 

Users who are viewing this thread

Back
Top Bottom