Application VisualBasic Script

Private Sub ExampleTextFileObject()
    DoCmd.OpenForm "frmTextFile", acNormal
    
End Sub