Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing keys
Message
 
To
14/01/1999 09:07:04
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00175849
Message ID:
00175891
Views:
39
Jason,

The problem you are having is that you are missing a key.
Table             Primary Key       Foreign Key
OfficeTitles      nTitle_id
Offices           nOffice_id        nTitle_id
In this example, for Offices, nOffice_id would be a Primary or candidate key and nTitle_id would be regular. Your relationship is from OfficeTitel.nTitle_id index to the Offices.nTitle_id index and is one to many.
Previous
Reply
Map
View

Click here to load this message in the networking platform