Question
Inserting latest USERID into multiple tables
Hello
I have a DB question:
Query 1 Inserts new member info into table1 (MEMBERID is my index)
I then have query 2 that inserts the members interests into table2. I need to keep MEMBERID from QUERY 1 and insert it into table2
Please can someone give me a safe way to do this? Would CFTRANSACTION do the trick?
If so... how would I use it?
Thanks
