Use Exclamation Mark (!) Notation for Precise ReferencingLast reviewed: April 30, 1996Article ID: Q131265 |
The information in this article applies to:
SUMMARYUse the exclamation mark (!) notation to reference tables in databases (.DBC files). Use it to reference tables that have the same names but that exist in different databases, and use it to make code more readable. Its main purpose is to guarantee the opening of a specific table.
MORE INFORMATIONHere is the syntax:
USE <cDatabase_name>!<cTable_name>NOTE: Do not put spaces on either side of the exclamation mark.
Step-by-Step Example
|
Additional reference words: 3.00 VFoxWin !-symbol bang symbol
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |