Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A Tree in One File

Status
Not open for further replies.

Nicrus

Programmer
Feb 25, 2012
1
RU
Hi I have a file with this fields: ID - unique ParentID - and ISFOLDER - 0-1 Value. ID And ParentID have a relationship. How to do relation between two fields?
 
Hi!

To create a relationship to the same table in the dictionary, create a ALIAS for the Table (Shift-Insert should work). For example, if CUSTOMER is the tables, create an Alias of Customer called CUSTOMERPARENTS and then relate the Primary keys of both these tables.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top