hey guys
am wondering if it is possible to insert into a second table during multiple file insert.
So on my form I have the multiple file insert which adds files to a file table, then I want to take each file that has been inserted and insert or associate them to another table.
Say for instance I add all files to a project (project table + file table) but then want to create from each file a new task (tasks table).
Any ideas how I would achieve this?
thanks in advance