Not sure sure what you are looking for but try this
Private Sub Form_Timer()
DoCmd.Close acForm, "FormA"
DoCmd.OpenForm "FormB", acNormal, "", "", , acNormal
End Sub
On formA properties set the on timer event to [Event Procedure] and put in the required time in Timer Interval David Lerwill
"If at first you don't succeed go to the pub"