D
ddoblank
Does anyone have an idea as to why a database would suddenly change how it is
filtering a qry? I haven't made any changes to the qry I have created but now
it is showing data that I don't want. The filter looks something like this:
Order Qty Ship Curr Line Code <------ these are
just the headers
When I run the qry I am getting line codes that start with Z and F and as
you can see I only want Y and X. This was running fine but something has
changed.
filtering a qry? I haven't made any changes to the qry I have created but now
it is showing data that I don't want. The filter looks something like this:
Order Qty Ship Curr Line Code <------ these are
just the headers
0 <Date()+56 Like "Y31*" or Like "X31*"
0 <Date()+56 Not Like "Isnull"
When I run the qry I am getting line codes that start with Z and F and as
you can see I only want Y and X. This was running fine but something has
changed.