kapiszon292929
New member
- Local time
- Today, 19:47
- Joined
- Jun 21, 2008
- Messages
- 6
Hi,
I have a small problem that I driving me mad and I can't progress with my work. I don't know why the following code doesn't work. When I execute it, there is simply no effect, no error message, nothing...
Do you have any suggestions?
I have a small problem that I driving me mad and I can't progress with my work. I don't know why the following code doesn't work. When I execute it, there is simply no effect, no error message, nothing...
Code:
Private Sub CuadroDateFilter_AfterUpdate()
Me.Filter = "Falta=" & "#" & Me.CuadroDateFilter.Value & "#"
Me.Filter = True
End Sub