PDA

View Full Version : An SQL "IN" clause with variable arguments in the "IN".



mud2
10-02-2007, 07:10 PM
It's been MONTHS since I was here...was burned out. So Here I go again:

I want to run an SQL IN clause:
...(WHERE (xyz) IN [Tablexyz]![Contents])
The xyz is an input value and [contents] are in the field [contents].
Contents looks like
Apple,road,four,etc None of these are quoted.

??