Skip to content

Instantly share code, notes, and snippets.

@el3um4s
Created October 27, 2022 14:13
Show Gist options
  • Save el3um4s/e901607b13073fcc6608176013972150 to your computer and use it in GitHub Desktop.
Save el3um4s/e901607b13073fcc6608176013972150 to your computer and use it in GitHub Desktop.
MEDIUM - How To Link Forms in Access - 02
Public Sub openFormNotes()
DoCmd.OpenForm "frmNotes"
End Sub
Public Sub openFormInfo()
DoCmd.OpenForm "frmInfo"
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment