hello,
i wrote the following vba code in a change event oof a combo box but it doesn't work
can you help me please?
i wrote the following vba code in a change event oof a combo box but it doesn't work
can you help me please?
Code:
If Me.Combo25.Value = "alle erledigen im jänner" Then
Me.RecordSource = " SELECT * FROM qry_Nacharbeitsmgnt_Reifenfelgenforedit WHERE MONTH(qry_Nacharbeitsmgnt_Reifenfelgenforedit.[erledigt am]) = 1 "
DoCmd.Requery
End If