access.after

Modifier/Access: Verbs, Releases:

'greater than' operator.

Syntax

with {not} attr.name after 'valuestring'

Description

is a relational operator which represents a 'greater than' condition used in constructing selection clauses.
The 'gt' and '>' operators perform the same function.

Example

list customers with name after 'c'
list customers with amount.due > '900'
sort customers with last.purchase gt '1/1/93'

See Also

Command Name Type Description
access.connectives Definition words in a master dictionary which are used to form the elements of Access statements.
access.relational.operators Relational Operator Relational operators used in selection clauses.
access.logical.operators Definition Relational operators used in selection clauses.
access.attr.name Attribute Defining Item Specifies item(s) from the dictionary of the file.
access.gt Modifier 'greater than' operator.

User Comments

What do you think?

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

Login to leave your comments.