D
Dan
I want a query to search for information based on my
entry:
SELECT * FROM Mytable
WHERE Id IN ([Enter Id #'s]);
If I try and enter multiple Id's separated by commas, the
query returns no values.
The Id's are not necessarily sequential.
Thanks,
dk
entry:
SELECT * FROM Mytable
WHERE Id IN ([Enter Id #'s]);
If I try and enter multiple Id's separated by commas, the
query returns no values.
The Id's are not necessarily sequential.
Thanks,
dk