When I use the same lookup table for two attributes in the same main table each attribute is kept in synchronisaion. How do I set up loookup tables so that this doesn't happen?
Example: LookupZIP has the values A B & C
My main table has attributes:
Name Bill ZIP Job ZIP
Both BillZIP & JobZIP should use LookupZIP but if I change JobZIP to C then BillZIP also changes to C
I am using a SQL Server database with VB2008.