Entering Multiple-line Queries

INFO/ACCESS queries are sometimes too long to fit on a single line. To continue an INFO/ACCESS query onto another line, press CTRL+_ (underscore), then press ENTER and continue to enter the query.

Example

>LIST CUSTOMERS WITH LAST-NAME > "MARTIN" AND _ WITH STATE EQ "MI" LAST-NAME FIRST-NAME CITY _ STATE ZIP

Blank spaces are included at the ends of each line to keep AND separate from WITH, and CITY separate from STATE. A colon (:) is displayed at the beginning of each continuation line.

See Also

Using INFO/ACCESS Syntax

Syntax Overview

Default Processing of INFO/ACCESS Parameters

The USING Connective

The WITHIN Connective

How Queries Are Processed

Entering Literal Values

Using Throwaway Connectives

Using Phrases