You would have to post the data from that one form to the next, using that value (#form.variable#) in each of your insert statement. You'll have a separate <cfquery> for each insert). Some more specifics if you have them might be helpful as well. Hope that helps.
Yes, you could write a stored procedure that took a set of values and inserted them into several tables. You would just call the stored proc once and pass it all of your form variables and if properly written, it would do the same thing as two <cfquery>s.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.