Application VisualBasic Script

Sub openForm()
   DoCmd.openForm "frmCustomer"
End Sub