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 Befehl48_Click()
On Error GoTo Err_Befehl48_Click
Dim stDocName As String
stDocName = "BQualitätsstufen"
DoCmd.OpenReport stDocName, acViewPreview
Exit_Befehl48_Click:
Exit Sub
Err_Befehl48_Click:
MsgBox Err.Description
Resume Exit_Befehl48_Click
End Sub