Ok here is the deal.
I added this code to the afterupdate of the field
Private Sub UrgentDate_AfterUpdate()
DoCmd.OpenForm "Emergency", acNormal, "", "[RequisitionInfo]![ID]=[Forms]![RequisitionAdd]![ID]", , acNormal
End Sub
Then when the form is filled in I put this code in the close...