A reader suggests a quick way to re-attach all procedures.
Mark Plumpton, responding to the Orphaned Code tip in WAW 4.22, suggests that a quick way to re-attach all procedures is to open the original form’s code module, select all (Ctrl-A), copy (Ctrl-C) and then open the new form’s module and paste (Ctrl-V).
You should probably also check the properties sheet for the relevant controls, since pasting code into the code module doesn’t always result in [Event Procedure] being selected for the appropriate event in the properties sheet.