problem with 'in' operator, if used with select command

  • Thread starter Sanjay Kumar Limbikai
  • Start date
T

Tom Wickerath

And what might that problem be? The following query works in the Northwind sample database:

SELECT * FROM Customers
WHERE Country IN ('Germany', 'Canada', 'Switzerland');

Tom
_____________________________________________


Problme with 'in' operator
 
V

Van T. Dinh

With that much info. you offered (!), I can only advise you to check Access
Help / your Access books.
 
Top