i have three tables, client, case, and appointment
my clients are related to case
my appointments are related to case
one client to a case, many appointments to a case
the problem is getting the client info in appointments.
i can get the case info in each appointment, but i cant get the client.
im guessing its in the appointments relationships.ini
[cases]
cases.CaseID = "$CaseID"
[clients]
__sql__ ="SELECT * FROM `clients` now what? "
the cases works, the client....not sure how to get the client....is it even possible? I have all clients appearing now in the related section. I just want the one that is related to the case. is it possible to get it "through" the case?