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