Hi, I have this model:
[attachment=584:sample_cars.png]
I'm working with a CRUD on CARCODES table... and I would like to show DESCRIPTION (from Brands table) + NAME (from Cars table) replacing the ID_CAR field ... (set_relation, but taking the descriptions from 2 tables) ...
Is that possible?
So, I have the "carcodes" CRUD.... And I want something like this (replace the ID_FIELD With BRAND and CAR only to show)
[attachment=585:carcodes_sample.png]
... ?