I have an enormous piece of code for searching through records and returning a filtered form.
I build up a filter string and then apply it to the form.
I have a date field in the filtered form so the filter string that is generated for it is like the following:
(([Date of Birth] = #07/08/82#))
This doesn't work even though this date does exist. What's more confusing is
(([Date of Birth] < #07/08/82#)) and
(([Date of Birth] > #07/08/82#))
both work and filter the form correctly. I've tried using Like instead of = but nothing changes. Can anyone help?
I build up a filter string and then apply it to the form.
I have a date field in the filtered form so the filter string that is generated for it is like the following:
(([Date of Birth] = #07/08/82#))
This doesn't work even though this date does exist. What's more confusing is
(([Date of Birth] < #07/08/82#)) and
(([Date of Birth] > #07/08/82#))
both work and filter the form correctly. I've tried using Like instead of = but nothing changes. Can anyone help?