This could be handled via the After Update Event. If you wnat to create a different form for the data to be re-entered or completed in you would use a comparison, then a call function for the other form to open.
if me.text1.text = "ABCD" then
DoCmd.OpenForm "Form2", acNormal, , , , acDialog...