B
Brad
Thanks for taking the time to read my question.
I want to use a field in a table as a list of items to filter out in a query.
I have this:
SELECT tblWebLog.[cs-user-agent]
FROM tblWebLog
WHERE (((tblWebLog.[cs-user-agent]) Not In (SELECT DISTINCTROW "*" & ExType
& "*" FROM tblExclude)));
but I get the following error:
Invalid Memo, OLE, or Hyperlink Object in subquery
'tblWebLog.[cs-user-agent]'.
I'm not sure what I'm doing wrong. Any suggestions?
Thanks,
Brad
I want to use a field in a table as a list of items to filter out in a query.
I have this:
SELECT tblWebLog.[cs-user-agent]
FROM tblWebLog
WHERE (((tblWebLog.[cs-user-agent]) Not In (SELECT DISTINCTROW "*" & ExType
& "*" FROM tblExclude)));
but I get the following error:
Invalid Memo, OLE, or Hyperlink Object in subquery
'tblWebLog.[cs-user-agent]'.
I'm not sure what I'm doing wrong. Any suggestions?
Thanks,
Brad