Dear I have in the bd the following related tables
region
provincia
and comunas
cuerpo (cuerpo_id, cuerpo_nombre)
asig_comunas (asig_comuna_id, asig_cuerpo_id)
The issue is that I would like to be able to assign the communes faster. That is to say with checkbox all the communes and associate them to the id of the body.
What is not done is how the body id went to each commune. (I have the communes in checkbox).