Forums
This topic is locked
put var in MM_fieldsStr or Insert multiple records
31 Aug 2004 17:12:28 a kansa posted:
I need to email a group of people (they are all in a record set)However I need to insert a unique password into a database for them all, and it will be included in that email sent.
So I was going to have the insert record function and the email function, then wrap it with the repeat behavior for the reciept list record set.
<b>the question is</b>
can I put my varibles in these stings?
<pre id=code><font face=courier size=2 id=code> MM_fieldsStr = "key|value|nomination|value|email|value|sentDate|value|purpose|value|GoURL|value|logged|value|close|value"
MM_columnsStr = "key|',none,''|nomination|',none,''|email|',none,''|sentDate|',none,NULL|purpose|',none,''|GoURL|',none,''|logged|none,none,NULL|close|',none,''"</font id=code></pre id=code>
Or is there a function to insert multiple records?
FYI <pre id=code><font face=courier size=2 id=code> <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%></font id=code></pre id=code>