What would cause a cfquery to be skipped?
So I'm debugging this program that essentially checks whether or not a student has passed or failed a number of exams. The code is structured so as to copy information from the "active student" table to a "student history" table before deleting the info from the "active student" table. However, the code seems to be skipping the query that copies the information and moves straight to the query that deletes the information. I am simply at a loss to understand why a query would be skipped. This queries are literally right next to each other in the code, embedded in the same cfif statement. Initially, I suppose I'm simply asking what in the world would cause one query to be skipped but not the query directly beneath it. Thanks for any assistance!
-- Levi Throckmorton
