F
fambaus
Hello -
I have a table which I called Reference: Exceptions.
It is composed of two fields:
FieldName
FieldValue
I would like to use this table to use in Query Critieria to create an IN
list or NOT In list based on the values in the table.
For example:
Say my table had
FieldName FieldValue
State MA
State CT
Empl_No X42
Empl_No Y76
I would like to use the say something like
Select Empl_No from Empl_table
where empl_no = Field Value from Reference: Exceptions and FieldName = Empl_no
I could do something similar on another table the has the State field..
I think I'm close just missing on building block..
Thanks
I have a table which I called Reference: Exceptions.
It is composed of two fields:
FieldName
FieldValue
I would like to use this table to use in Query Critieria to create an IN
list or NOT In list based on the values in the table.
For example:
Say my table had
FieldName FieldValue
State MA
State CT
Empl_No X42
Empl_No Y76
I would like to use the say something like
Select Empl_No from Empl_table
where empl_no = Field Value from Reference: Exceptions and FieldName = Empl_no
I could do something similar on another table the has the State field..
I think I'm close just missing on building block..
Thanks