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,18 @@
Private Sub BAuswaehlen_Click()
If LChargen > 0 Then
Forms("FÜbernahme")!TCNR = LChargen
End If
DoCmd.Close
End Sub
Private Sub LChargen_DblClick(Cancel As Integer)
Forms("FÜbernahme")!TCNR = LChargen
DoCmd.Close
End Sub