access.and

Modifier/Access: Verbs, Releases: AP and R83

'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

Command Name Type Description
access.or Modifier 'or' (Boolean) operator.
access.logical.connectives Modifier Boolean operators used in selection clauses.
access.each Modifier Forces comparison on every value.
access.relational.operators Relational Operator Relational operators used in selection clauses.
access.connectives Definition words in a master dictionary which are used to form the elements of Access statements.
access.logical.operators Definition Relational operators used in selection clauses.
access.sellist Definition Defines selection criteria portion of an Access sentence.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.