Dear All,
I have a form where I have a text box where I can enter dates (me.aktkezdet_combo)
After entering a date I have put the below code in the AfterUpdate event of the text box:
(aktkezdete is a date field containing dates in the form)
When I enter a date I got a popup window saying "Enter parameter value" - aktkezdete
Could you please advise?
Many thanks
I have a form where I have a text box where I can enter dates (me.aktkezdet_combo)
After entering a date I have put the below code in the AfterUpdate event of the text box:
Code:
Me.Filter = "aktkezdete >= " & Format(Me.aktkezdet_combo, "\#mm\/dd\/yyyy\#")
Me.FilterOn = True
When I enter a date I got a popup window saying "Enter parameter value" - aktkezdete
Could you please advise?
Many thanks