L
Laurie
Using European date format (dd/mm/yy - or any standard
variant in European order) the following will not work
SelectFilter = "Students.[Date enrolled] > #" & StartDate
& "# And Students.[Date enrolled] < #" & EndDate & "# "
I can force it to work ONLY by manipulating StartDate and
EndDate as strings, swapping the day and month data then
setting SelectFilter - tedious and unsatisfactory...
It is pathetic that Access is so difficult to use with
dates. What's the problem - and more to the point is
there a solution?
variant in European order) the following will not work
SelectFilter = "Students.[Date enrolled] > #" & StartDate
& "# And Students.[Date enrolled] < #" & EndDate & "# "
I can force it to work ONLY by manipulating StartDate and
EndDate as strings, swapping the day and month data then
setting SelectFilter - tedious and unsatisfactory...
It is pathetic that Access is so difficult to use with
dates. What's the problem - and more to the point is
there a solution?