Newbies fredlafitte Posted April 12, 2001 Newbies Posted April 12, 2001 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.
Kurt Knippel Posted April 12, 2001 Posted April 12, 2001 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]
Recommended Posts
This topic is 8630 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