Lock-up with IN keyword

J

Jonathan Amend

In both Access XP and 2003, whenever I write and run a query that uses the
IN keyword, it will completely lock up. Is this a known issue, or might it
have something to do with the specifics of my database?
 
E

Eric Cárdenas [MSFT]

In both Access XP and 2003, whenever I write and run a query that uses the
IN keyword, it will completely lock up. Is this a known issue, or might it
have something to do with the specifics of my database?
--------------------
Does the IN clause work in the Northwind traders database? Does the IN
clause return a large resultset? How about compacting your database in case
it's a corruption problem?

Hope this helps,
 
Top