OnOpen Events
1*******
If you test for the date in the event onOpen and then open the new form and close the old
If Now() > TestDate then
DoCmd OpenForm("NewForm")
DoCmd.Close acForm, Me.Name
End if
2********
Set the timer interval event to x (000) in millisecs
Then in the Timer Event...