Hi all,
I am working on a cfquery where there are a total of 3 tables that need to be updated. (Table A, B, C).
Because I am doing this on the page I have 3 separate queries, 1 to update each table.
I have the update for table A working.
For the second query, I want to have it update the related row to Table B. And then based on the row identity of table B use that as the condition to updating table C.
I have never tried updating multiple tables in one query, don't know that this is possible.
Any help would be greatly appreciated.
Thanks
Start Free Trial