hi
I have two tables (TCustomer & TPolice), they are joined by field (partner_nr)
I want to get all information out of TCustomer.User_nr and put it into TPolice.FKB_VST_NR where TCustomer.Partner_nr = TPolice.Partner.nr
I would prefer doing this without creating a new table.
thx in advance
Nick
I have two tables (TCustomer & TPolice), they are joined by field (partner_nr)
I want to get all information out of TCustomer.User_nr and put it into TPolice.FKB_VST_NR where TCustomer.Partner_nr = TPolice.Partner.nr
I would prefer doing this without creating a new table.
thx in advance
Nick