pr2-eugin
Super Moderator
- Local time
- Today, 01:39
- Joined
- Nov 30, 2011
- Messages
- 8,486
Hi. I have a table(BR) with some ID's. I am trying to write a query to select all the details of customers who has a cancelled status, and also who are not in the BR table. So i tried the following code but it is not working. instead throwing an error "operand without an Operator". Any idea why.
I am writing the condition code below.
I am writing the condition code below.
Code:
WHERE Cust.[Cust_ID] <>"&DLookUp("ID","BR") &"