I have two tables .
A: client (big Source)
B: Feedback (Many to one)
This is my relationships.ini in the client directory.
[feedback]
feedback.client_ref = "$Idclient"
This Is what I used and It fails:
Is it because the field in the feedback table must be exactlly the same as the Primary Index field in the client table?? like
so:
[feedback]
feedback.Idclient = "$Idclient"
Just a question before I change the main database tables..