I have a dynamic list with 3 dynamic forms which sort of act like a wizard
where you select the record you want to edit from the dynamic list and then you
go through 3 pages clicking next which should update the each part of the
record and redirect to the next form passing a URL variable of the record ID.
The problem I have is that the first redirect works fine to form number 2 but
the redirect to form number 3 doesn't include the URL variable even though it
is exactly the same in both Update transactions:

upd_tblinspectors.registerTrigger Array("END", "Trigger_Default_Redirect", 99,
"InspectorUpdate3.asp?fldInspID={GET.fldInspID }")

So, the redirection goe's to the right page but doesn't bass the querystring
variable.