using

using


user exits, Access Index Level Access verbs
Syntax using {dict} file.reference
Category Access
Type Modifier
Description allows Access to report on the data in a given file using attribute-defining items from a different file.

Only one "using" connective is allowed in a TCL statement.
Options
See Also modifiers
Example list customers using dict suppliers name phone

In this example, the attribute-defining items "name" and "phone" are extracted from the dictionary of the "suppliers" file, and applied to items in the "customers" file.
Warnings
Compatibility D3 7.0 AP R83
user exits, Access Index Level Access verbs