G
Guest
Hi,
I want to create the following query:
SELECT [13].[Division , [13].[RMC Cust code], [13].[RMC Cust desc],
[13].[Budg code], [13].[Budg desc]
FROM 13
WHERE [13].[Budg code] NOT IN ('*REQ', '*RA', '*MNA', '*MA');
But I get error from Acces regard the IN expression.
Can I do it or my only option is to create statment with : like or like or
..... ??
NOT like '*REQ' or not like '*RA' or not like '*MNA' or not like '*MA';
thanks,
Shlomit
I want to create the following query:
SELECT [13].[Division , [13].[RMC Cust code], [13].[RMC Cust desc],
[13].[Budg code], [13].[Budg desc]
FROM 13
WHERE [13].[Budg code] NOT IN ('*REQ', '*RA', '*MNA', '*MA');
But I get error from Acces regard the IN expression.
Can I do it or my only option is to create statment with : like or like or
..... ??
NOT like '*REQ' or not like '*RA' or not like '*MNA' or not like '*MA';
thanks,
Shlomit