Hello,
I have a Subject = User type form where the admin can create a subject, then a user and tie the two together. When we delete a user and find it is tied to a subject(s) I use the Multiple Record to change the user tied to multiple subject(s).
Once they hit submit I need them to be able to delete the user they initially select. However after the multiple record has run, it clears the form variable or session variable I have set so the second delete process fails.
User Table: conID conName conEmail
Subject Table: subID subSubject subconID (this is the conID from the previous table above). subSort
Any way to store the conID after the Multiple Record has updated and reset the conID to the new conID?
Any info, logic would be wonderful! |
|
|