N
Nuno Gomes
Hello all,
I have table Customer with the field CP
I have the table Cpostal with the field CP_NUM
The relation between this two tables is Customer.CP 1->N Cpostal.CP_NUM
This means that the for one CP code in the table Customer i have N CP_NUM in
the table Cpostal.
My goal is update the field CP with the first ocorrence of CP_NUM.
How can i do this?...
Thank's in advance,
Nuno Gomes
I have table Customer with the field CP
I have the table Cpostal with the field CP_NUM
The relation between this two tables is Customer.CP 1->N Cpostal.CP_NUM
This means that the for one CP code in the table Customer i have N CP_NUM in
the table Cpostal.
My goal is update the field CP with the first ocorrence of CP_NUM.
How can i do this?...
Thank's in advance,
Nuno Gomes