Hi,
I have a question in Access.
CustID A# Type
------------------------------
0023 20 AB
0023 21 WI
0021 09 WI
0034 10 AB
0044 12 AB
0044 29 WI
My question is
If CustID has both AB and WI as Type I need to extract AB type custIDs, but if the custID has no AB but only WI I need to extract even this customer.
Is this possible?
The output should be
---------------------
CustID A# Type
------------------------------
0023 20 AB
0021 09 WI
0034 10 AB
0044 12 AB
How do I write the query?
Please help me out.
Thanks in advance.
I have a question in Access.
CustID A# Type
------------------------------
0023 20 AB
0023 21 WI
0021 09 WI
0034 10 AB
0044 12 AB
0044 29 WI
My question is
If CustID has both AB and WI as Type I need to extract AB type custIDs, but if the custID has no AB but only WI I need to extract even this customer.
Is this possible?
The output should be
---------------------
CustID A# Type
------------------------------
0023 20 AB
0021 09 WI
0034 10 AB
0044 12 AB
How do I write the query?
Please help me out.
Thanks in advance.