M
Mikey
Sorry, previous message should have read as follows:
Mikey
--------------
I have 33 UPC codes that will have four different prices attached to each
UPC depending on which head office number is selected (four separate head
offices)
Can anyone offer a better solution than a separate cost table for each head
office linked back to a head office table?
PRODUCTS_TABLE
UPC (PK)
NAME
DESCRIPTION
SIZE
PACK
COST
HEAD_OFFICE_ONE_TABLE
HEAD_OFFICE_# (FK)
UPC (PK)
CASE_COST
HEAD_OFFICE_TWO_TABLE
HEAD_OFFICE_# (FK)
UPC (PK)
CASE_COST
HEAD_OFFICE_THREE_TABLE
HEAD_OFFICE_# (FK)
UPC (PK)
CASE_COST
HEAD_OFFICE_ONE_TABLE
HEAD_OFFICE_# (FK)
UPC (PK)
CASE_COST
Mikey
--------------
I have 33 UPC codes that will have four different prices attached to each
UPC depending on which head office number is selected (four separate head
offices)
Can anyone offer a better solution than a separate cost table for each head
office linked back to a head office table?
PRODUCTS_TABLE
UPC (PK)
NAME
DESCRIPTION
SIZE
PACK
COST
HEAD_OFFICE_ONE_TABLE
HEAD_OFFICE_# (FK)
UPC (PK)
CASE_COST
HEAD_OFFICE_TWO_TABLE
HEAD_OFFICE_# (FK)
UPC (PK)
CASE_COST
HEAD_OFFICE_THREE_TABLE
HEAD_OFFICE_# (FK)
UPC (PK)
CASE_COST
HEAD_OFFICE_ONE_TABLE
HEAD_OFFICE_# (FK)
UPC (PK)
CASE_COST