G
Greg
I converted my MDB file to an ADP file using SQL Server. I'm finding my
reports to no longer work using the FILTER option. I have a function that
will scan the controls on a form and build the Where Clause for the report,
which is placed into the Filter.
The following logic works for the FILTER.
ViewName![DataElementName] = Value
But, it does not work for
ViewName![DataElementName] BETWEEN Value1 AND Value2
Basically, my SQL Code Builder always returns a BETWEEN result. Any
suggestions on why this is not working. Also, I have changed the FILTER ON
value and I get an error of "One or More Operators in the filter expression
is invalid". I'm using the exact same logic that worked in my MDB database
which worked, so I'm a bit puzzled as to why this is not working.
reports to no longer work using the FILTER option. I have a function that
will scan the controls on a form and build the Where Clause for the report,
which is placed into the Filter.
The following logic works for the FILTER.
ViewName![DataElementName] = Value
But, it does not work for
ViewName![DataElementName] BETWEEN Value1 AND Value2
Basically, my SQL Code Builder always returns a BETWEEN result. Any
suggestions on why this is not working. Also, I have changed the FILTER ON
value and I get an error of "One or More Operators in the filter expression
is invalid". I'm using the exact same logic that worked in my MDB database
which worked, so I'm a bit puzzled as to why this is not working.