AJM Messages: 2370 Registered: April 2006 Location: Surrey, UK
Senior Member
If your data is coming from several different tables, and each table has a different primary key then your data array needs to include the table name. This will then enable you to iterate through the data array and perform a separate update for each table.