access.and
'and' (Boolean) operator.
Syntax
with clause and with clause
Description
used between two selection clauses to indicate that both clauses must evaluate to 'true' to select the item for processing.
The '&' connective performs the same function as 'and'.
Example
list entity with name 'ar]' and with city 'irv]' or with
city 'san]' and with contact '[joe]'
This example lists those items which meet one of two criteria: a name starting
with 'ar' and with a city starting with 'irv', or, a city
starting with 'san' and a contact containing the string
'joe'.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
