How to split the String value
I want to get the id….
Table1
ID
001
002
003
Query
SELECT id FROM Table1 WHERE (id IN ('" & Eid & "'))
If Eid = 001 means It is displaying id 001
If Eid = 001, 002 means id is not displaying
How to make a query for getting multiple id.
Need Query Help
1 Answer