Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set order to Child record ??
Message
From
20/12/2002 22:46:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How to set order to Child record ??
Miscellaneous
Thread ID:
00735091
Message ID:
00735091
Views:
42
Hello ,

I have a parent and Child table which has 1 to many relation like this :

Parent Table
Q1000 | xxxxx | xxxxx |

Child Table
Q1000 | B1 |
Q1000 | B2 |

When I insert or Append a new Record ‘A1’ to the Child Table
was look like this ….

Child Table
Q1000 | B1 |
Q1000 | B2 |
Q1000 | A1 |

How to change the Child Table look like this ,

Child Table
Q1000 | A1 |
Q1000 | B1 |
Q1000 | B2 |
When I set order to the index of Child Table,the relationship will be loss ...any idea ??



Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform