J
Jerry Mc Cauley
Hello again .. sorry about so many questions ...
I am attempting to apply a filter to a form. The Filter that I am
attempting to apply is:
[Station] = UID_Station ( <-- which is a string)
and
movement![Date] = [DATE]= Between #" & DateAdd("d", -1, Format(Now(),
"mm/dd/yyyy")) & "# and #" & DateAdd("d", 1, Format(Now(), "mm/dd/yyyy")) &
"#)"
I was trying to put them into a single filed strfilter (which Dimed as a
String)
then using this code
Me.Filter = strfilter
Me.FilterOn = True
Each filter works OK by itself ... but not together.
Can then be combined?
Thanks again
Jerry
I am attempting to apply a filter to a form. The Filter that I am
attempting to apply is:
[Station] = UID_Station ( <-- which is a string)
and
movement![Date] = [DATE]= Between #" & DateAdd("d", -1, Format(Now(),
"mm/dd/yyyy")) & "# and #" & DateAdd("d", 1, Format(Now(), "mm/dd/yyyy")) &
"#)"
I was trying to put them into a single filed strfilter (which Dimed as a
String)
then using this code
Me.Filter = strfilter
Me.FilterOn = True
Each filter works OK by itself ... but not together.
Can then be combined?
Thanks again
Jerry