I know it's possible just not sure how it's done...
I have a form that needs to enter data in to one table on submit and update one field in another one. Is there an easy solution for this execution?
Yeah, just run two queries. if( /data passed validation tests/) { //query1 //query2 }