This topic is locked

Select email to address in record added

11/29/2006 9:33:26 AM
ASPRunnerPro General questions
K
kwhite75 author

I want to be able to send an email of the record data, once the record is added. No problem doing that. The problem is that when adding the record, I want to be able to select the email address in the record from a lookup wizard, and have the email of that data sent to that email address.
I have looked for this solution but have not been able to find it.
Keith

Sergey Kornilov admin 11/29/2006

Keith,
you can use BeforeAdd event and dict("EmailField") as a variable that stores emaill address. Make sure you use real field name.