C
Chris
I have an account table with 500+ and growing account
numbers. Now we all now that attaching a local table to
the production tables REALLY slows things down. So what
I need to know is this. How many characters, I guess,
can you have in an "In" statement. In other words can I
have 500, 700, 1000 7 digit account numbers in one "In"
statement? If I can then I'll just write some vba to
create the query by placing all those accounts into the
statement but I cannot do that if I am limited by the
number of charaters you can have with an "In" statement.
Thanks.
Chris
numbers. Now we all now that attaching a local table to
the production tables REALLY slows things down. So what
I need to know is this. How many characters, I guess,
can you have in an "In" statement. In other words can I
have 500, 700, 1000 7 digit account numbers in one "In"
statement? If I can then I'll just write some vba to
create the query by placing all those accounts into the
statement but I cannot do that if I am limited by the
number of charaters you can have with an "In" statement.
Thanks.
Chris