Move wgmaster/vba/Form_* to wgmaster/vba/form/*

This commit is contained in:
2023-08-14 18:45:15 +02:00
parent ec9531b1fa
commit f7efd93c59
63 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,19 @@
Private Sub LGNR_Exit(Cancel As Integer)
End Sub
Private Sub Befehl46_Click()
On Error GoTo Err_Befehl46_Click
Dim stDocName As String
stDocName = "BBanken"
DoCmd.OpenReport stDocName, acViewPreview
Exit_Befehl46_Click:
Exit Sub
Err_Befehl46_Click:
MsgBox Err.Description
Resume Exit_Befehl46_Click
End Sub