I have a query that has two conditions in my where statement, for example
My problem is that if it finds ITEMNMBR = '5678' for CUSTOMER = 'ABCDE' then it should appear in the report and it does not...can someone tell me what I am doing wrong?
Code:
WHERE CUSTOMER = 'ABCDE' AND ITEMNMBR = '1234'
My problem is that if it finds ITEMNMBR = '5678' for CUSTOMER = 'ABCDE' then it should appear in the report and it does not...can someone tell me what I am doing wrong?