Created
October 27, 2022 14:13
-
-
Save el3um4s/e901607b13073fcc6608176013972150 to your computer and use it in GitHub Desktop.
MEDIUM - How To Link Forms in Access - 02
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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