Access Query - TechRepublic
Question
March 16, 2007 at 08:03 AM
jim

Access Query

by jim . Updated 19 years, 3 months ago

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?

This discussion is locked

All Comments