G
Guest
I would like to use the contents of a colum in a table as the arguement in an
IN("") method.
e.g
select * from tbl_1
where x In ("[tbl_2].[column_A]")
This will save me having to change all the IN arguements in my queries each
time the department changes its search criteria.
Please help.
IN("") method.
e.g
select * from tbl_1
where x In ("[tbl_2].[column_A]")
This will save me having to change all the IN arguements in my queries each
time the department changes its search criteria.
Please help.