P
Paul
I am trying to filter the results of a query by date by
using the me.filter command that executes each time my
report opens (I have to do this because I have several
sub-reports in one report that reference different
queries).
I have a column in my query called "datereq". I want to
pass a filter in "Me.Filter" = (datereq <= " & Forms!
[Report Writer]!text12.value & ")" but it does not work.
If did show me the 2 records out of 4356 that had bad
dates (7/7/303 for example), but did not filter what I
wanted.
Any suggestions?
using the me.filter command that executes each time my
report opens (I have to do this because I have several
sub-reports in one report that reference different
queries).
I have a column in my query called "datereq". I want to
pass a filter in "Me.Filter" = (datereq <= " & Forms!
[Report Writer]!text12.value & ")" but it does not work.
If did show me the 2 records out of 4356 that had bad
dates (7/7/303 for example), but did not filter what I
wanted.
Any suggestions?