Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 [Access 2k3 + VBA] SQL UPDATE add pk_id instead of

Author  Topic 

iboumiza
Starting Member

9 Posts

Posted - 2011-11-22 : 07:56:11
Hi,

I have a product table with a bound combobox to customer name table;, and when I try update:


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
   

- Advertisement -