11 lines
110 B
Plaintext
11 lines
110 B
Plaintext
|
|
Private Sub Form_Activate()
|
|
|
|
filter = "MGNR=" + Format(Forms!FLieferungen!TMGNR)
|
|
|
|
FilterOn = True
|
|
|
|
|
|
End Sub
|
|
|