Click here to Skip to main content
15,912,400 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to establish realationships between my tables when I check the Cascade update related fields box I get the error message invalid field definition "CadedIDNumber" in definition of index or relationship. Any ideas I can't figure it out.
Posted

1 solution

With out being able to see your database structure I would:

1. Make sure you have a primary key in every table.
2. Make sure that primary key is referenced to a foreign key in your child table and that it is the same data type as the primary key.
3. Make sure that the foreign key is indexed but allows duplicates.

If you provide more info, we can help you better. Thanks and good luck.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900