I created a form that collects information from different prepopulated joined tables and stores the information in two other different joined tables.
The source for my insert.cfm is:
<cfinsert datasource="mydatasource" tablename="tblTable"
Is there a way to insert the collected data into two or more joined tables?
Hope someone could help.
Thansks in advance
The source for my insert.cfm is:
<cfinsert datasource="mydatasource" tablename="tblTable"
Is there a way to insert the collected data into two or more joined tables?
Hope someone could help.
Thansks in advance