yes it is possible but you will need to macro's
the first will open the form
and in the load you set this
begintime = now()
set this just under the line compare database
public begintime as date
and put this in the on timer event
If Abs(DateDiff("s", begintiem, Now())) > 10 Then
DoCmd.OpenForm "form"
DoCmd.Close
End If
and set timerinterval to 100 "What a wonderfull world" - Louis armstrong