R
Ronald Dodge
I'm attempting to use a parameter within the In Operator of the WHERE clause
such as the following line:
AND (tblHrsHist.fldstrWrkCode IN([LIST OF WORK CODES])
OR [LIST OF WORK CODES] Is Null)
If I type in a value that is actually in the table, it does not pull in the
data, rather if that value is surrounded with double quotes, single quotes
or no quotes. At this point of time, I just typed in a single value just to
see if it would work, and it seems to be failing. However, if I leave this
parameter as blank (Null), it works fine.
--
Sincerely,
Ronald R. Dodge, Jr.
Master MOUS 2000
such as the following line:
AND (tblHrsHist.fldstrWrkCode IN([LIST OF WORK CODES])
OR [LIST OF WORK CODES] Is Null)
If I type in a value that is actually in the table, it does not pull in the
data, rather if that value is surrounded with double quotes, single quotes
or no quotes. At this point of time, I just typed in a single value just to
see if it would work, and it seems to be failing. However, if I leave this
parameter as blank (Null), it works fine.
--
Sincerely,
Ronald R. Dodge, Jr.
Master MOUS 2000