April 12, 200124 yr Newbies How can I create a script that add new record in my database for each single field (in a form) after posting a form? For example, I have field 1, field 2, filed 3, in my form. I want the script to take the value of the field1 and create a new record and so on for each field in the form. help will be much appreciated. Cheers. fred.
April 12, 200124 yr quote: Originally posted by fredlafitte: How can I create a script that add new record in my database for each single field (in a form) after posting a form? For example, I have field 1, field 2, filed 3, in my form. I want the script to take the value of the field1 and create a new record and so on for each field in the form. Set the values into globals, then: New Record Set Field [Field1, gField1] New Record Set Field [Field1, gField2] New Record Set Field [Field1, gField3]
Create an account or sign in to comment