Hi Tony, thanks for answer, i explain much better what im trying to do
i have three tables and two grids
table “ficha”
id: auto_incremental
…
table “persona”
id: auto_incremental
name: string
…
table “persona_ficha”
id: auto_incremental
ficha_id: fk with main
persona_id: fk with people
status: char(1)