Hi,

I want to make a query where I cannot work with AND or OR.
I need something like an IN-operator in SQL.

In SQL I would write:
   select * from myTable
   where myfield in ("One", "Two", "Four", "Hundred")

Is there a way to make it with Range-object or any other?

Regards

Manfred



Yahoo! Groups Links

Reply via email to