Hello.
I have this code:
SELECT Table1.Field1, Table1.Field2
FROM Table1
WHERE (((Table1.Field1) In ([Forms]![Form1]![TextBox])));
Inside the textbox is a VBA generated code like this S1502,S1510,S1000If I only put one string (like S1502) it gives me the result but with 2 or more it just don't...