codice:
Private Sub Comando0_Click()
  DoCmd.Close
  DoCmd.OpenForm "y", acNormal
End Sub