C
Chad Cameron
I am having an issue with the criteria of a query.
I am limiting the data by a date range, an account code, and the number of
loads.
The date uses BETWEEN @FromDate AND @ToDate
The account code uses NOT = 4125 OR NOT = 4121
The loads is > 0
With the above scenerio, I get no loads which are 0, but I still get account
codes 4125 and 4121.
If I put the account criteria in seperate columns, then I remove those
account codes, but then I get loads that have 0.
Any ideas?
Cahd
I am limiting the data by a date range, an account code, and the number of
loads.
The date uses BETWEEN @FromDate AND @ToDate
The account code uses NOT = 4125 OR NOT = 4121
The loads is > 0
With the above scenerio, I get no loads which are 0, but I still get account
codes 4125 and 4121.
If I put the account criteria in seperate columns, then I remove those
account codes, but then I get loads that have 0.
Any ideas?
Cahd