Hi,
I have a product table with a bound combobox to customer name table;, and when I try update:
the update function add customer PK_ID instead of customers name!!!
How can I fix this, please?
Regards
I have a product table with a bound combobox to customer name table;, and when I try update:
Code:
UPDATE product
SET customer_name_clone=customer_name;
the update function add customer PK_ID instead of customers name!!!
How can I fix this, please?
Regards