
Originally Posted by
initiator
Hi all,
I have a fairly large access database of bank customers. The database is badly designed. It assigns different P. key's to the same customer. Say 'Customer ID' is the primary key and then the customer name. Bcz it's corporate customers so customer names are also unique. Here's the design
ID CustomerName Amount Outstanding
1001 XYZ Corp $10,000
1002 XYZ Corp $20,000
1003 XYZ Corp $15,000
........................
I want to assign the same P. Key to all instances of XYZ Corp. How can it be done?
thanks