access.or

Modifier/Access: Verbs, Releases: AP and R83

'or' (Boolean) operator.

Syntax

with clause or with clause

Description

used between selection criteria clauses to indicate that either condition being evaluated as true will select the item for processing.

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.logical.connectives Modifier Boolean operators used in selection clauses.
access.each Modifier Forces comparison on every value.
access.and Modifier 'and' (Boolean) operator.
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.