APPEND FROM Command Appends Blank RecordsLast reviewed: June 27, 1995Article ID: Q95676 |
The information in this article applies to:
SUMMARYTo append from one database to another, the fields in the source database must have the same names as the fields in the target database. Otherwise, blank records will be appended to the target file. For example, if TEST_A.DBF has a field called NAME and TEST_B.DBF has a field called NICKNAME, the following code will append blank records to TEST_A:
USE TEST_A APPEND FROM TEST_BThe number of blanks appended will be equal to the number of records in TEST_B.DBF. To work around this problem, do one of the following:
|
Additional reference words: FoxDos FoxWin 1.02 2.00 2.10 2.50 2.50a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |