November 14, 200223 yr 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.
November 15, 200223 yr 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
Create an account or sign in to comment