I want a specific number to be associated with a particular customer at all times. If a customer is deleted, the associated number is deleted forever as well.
I have a little (primary) key symbol against both num and name columns in the cus table (Design View) - which I thought would lock them together, but it doesn't.
If I sort either column, the wrong number ends up next to the customer name.
How do I lock them together?
Thanks - rev