Hi all, hoping you can help me with a probably simple task.
In running a query i would like to be able to submit any amount of a parameter to bring back all information related to one or many ObjectID’s.
Any ideas how i can perform this task?
Sample code looks like
SELECT Field1, Field2, Field3
FROM Table1
HAVING Field1=[Production Tag]
So i would like to get the query back on any number of production tags. Any ideas?