Hi everybody..
This is my firts time using GroceryCrud, and I believe it's a great tool, I have the followin question;
In my proyect I have 2 tables
Table: paises
Fields: id_paises, nombre...., ultimo_no_cliente
Table: clientes
Fields: id_clientes, id_paises, numero_cuenta, nombre,....... etc,
I have a crud on the "clientes" table, and I need to take the field from "paises.ultimo_no_cliente" to save that number + 1 into the table "clientes.numero_cuenta".
Also I need to update "paises_ultimo_no_cliente + 1" in the table paises.
Can you guys help me with this question ???
Regards, from Guayaquil, Ecuador - South America