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
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

