P
Phil Pereira
I have an unbound text box with a date in it. I want to filter my form
to only show dates that match this unbound box's value. I have tried to
use this:
mydate = TxtDateSelect.Text
Me.Filter = "DateEntered = " & mydate
Me.FilterOn = True
But this results in no data. I'm pretty sure I'm formatting the filter,
but I'm not sure what to do about it.
Any help would be appreciated.
Thanks,
Phil
to only show dates that match this unbound box's value. I have tried to
use this:
mydate = TxtDateSelect.Text
Me.Filter = "DateEntered = " & mydate
Me.FilterOn = True
But this results in no data. I'm pretty sure I'm formatting the filter,
but I'm not sure what to do about it.
Any help would be appreciated.
Thanks,
Phil