M
Mike
I have a query with 3 criteria. I want all records with a
ReasonCode of "Large Truck" AND (Currentcode of "LL" OR
PreviousCode of "LL")to be displayed.
The SQL looks like this: WHERE (((ReasonCode)="Large
Truck") AND ((CurrentCode)="LL")) OR (((PreviousCode)
="LU")).
I'm getting results and shouldn't because there are no
Large Trucks in this table.
I've tried putting a (at the beginning of the CurrentCode
and at the end of the PreviousCode sections but I'm still
getting results.
Can anyone help and tell me what I am doing wrong when I'm
setting up the criteria in design view?
Reason = Large Truck (on criteria line)
CurrentCode = LL ( on 'or" line)
PreviousCode = LL ( on the line below the 'or' line).
Thanks for the help.
ReasonCode of "Large Truck" AND (Currentcode of "LL" OR
PreviousCode of "LL")to be displayed.
The SQL looks like this: WHERE (((ReasonCode)="Large
Truck") AND ((CurrentCode)="LL")) OR (((PreviousCode)
="LU")).
I'm getting results and shouldn't because there are no
Large Trucks in this table.
I've tried putting a (at the beginning of the CurrentCode
and at the end of the PreviousCode sections but I'm still
getting results.
Can anyone help and tell me what I am doing wrong when I'm
setting up the criteria in design view?
Reason = Large Truck (on criteria line)
CurrentCode = LL ( on 'or" line)
PreviousCode = LL ( on the line below the 'or' line).
Thanks for the help.