DigitalDreamer Posted November 14, 2002 Posted November 14, 2002 Hello everyone. Im trying to setup an email script that will email me data entered into a few fields i have in my database. I want it to email me the contents of these fields: CompanyName FirstName LastName Phone1Number Email Is there anyway to script this? or is this a calculation? Thanks for any help that anyone can give me.
jasonwood Posted November 15, 2002 Posted November 15, 2002 Use the "Send Mail' script step. Specify your e-mail address as "To", and specify a subject if you like (or make the subject one of the fields). The message itself can be the content of a single field only, so you have to make a single field that contains the content from all of the other fields. This would be a calculation field that basicall says... CompanyName & " " & FirstName & " " & LastName... etc. -- Jason Wood HeyWoody.com
DigitalDreamer Posted November 15, 2002 Author Posted November 15, 2002 Thanks alot Jason that worked great, Take care
Recommended Posts
This topic is 8035 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now