Skip to content

Instantly share code, notes, and snippets.

@AuroraNorthernQuarter
Created July 10, 2020 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AuroraNorthernQuarter/2c50c4a9a0856af9fea4952739ae9159 to your computer and use it in GitHub Desktop.
Save AuroraNorthernQuarter/2c50c4a9a0856af9fea4952739ae9159 to your computer and use it in GitHub Desktop.
Public EigyouDate as string
・・・
Private Sub cmdフォーム1_click()
On Error GoTo err_cmdフォーム1_click
dim repName as string
dim repNameLink as string
repName = "frmフォーム1"
docmd.openform repName, , , repNameLink
Exit_cmdフォーム1_click:
Exit Sub
・・・
~~~~~~~~~~~~~~~~~~~
Private Sub FormOpen(Cancel As Integer)
Me.lbldate.caption = EigyouDate
Me.txtdate.value = EigyouDate
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment