PRB: Relationship Behaves Differently in Diff. Browse WindowsLast reviewed: April 29, 1996Article ID: Q101588 |
The information in this article applies to:
SYMPTOMSThe relationship between two tables (for example, tables named Parent and Child) appears to be correct when you are browsing the two tables simultaneously, but in a single Browse window that contains fields from both tables, the relationship is revealed to be incorrect.
RESOLUTIONFor the relationship to work correctly in all cases, you must create an index in Child that is the same length as the related field in Parent. For example:
SELECT 2 INDEX ON PADR(num,4) TAG OKNUM SET ORDER TO OKNUM SELECT 1 SET RELA TO parent.num INTO child MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |