Exported VBA

This commit is contained in:
2022-11-14 23:29:49 +01:00
parent 47e3c75051
commit dff7c4d0f2
134 changed files with 17682 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Option Compare Database
Option Explicit
Private Sub Report_Close()
DoCmd.ShowToolbar "Datenbank", acToolbarNo
End Sub
Private Sub Report_Open(Cancel As Integer)
DoCmd.ShowToolbar "Datenbank", acToolbarYes
End Sub