Clin Table Data screenshot:
This is my table of CLIN numbers; they are basically charge numbers. The numbers under Contract 1 (ClinContractID) are the total charge number; there is no suffix. The numbers under Contract 2 are the 'base' and there is a table of suffixes. Every CLIN will not use every suffix.
PBC Grid:
This shows how some CLINs only have some suffixes.
Table Relationship:
Shows my base CLIN table (tblCLIN), my link table (tblClinLink2) and my suffix table (tblClinUnit).
Clin Link Table:
In my table tblClinLink2, I pre-populated each base CLIN with a reference to it's suffix. This way, I can create cascading combo boxes.
Situation:
We currently use only the numbers under Contract 1. We will be switching over to the contract 2 numbers which use a suffix at some point. I currently store the CLIN number in a master table of all products we have sent out for disposal.
When we change to having CLIN + suffix, I'm not exactly sure the best way to transition to storing the data along with setting it up so I can still have cascading combo boxes.
I'm concerned because I'll need to account for the suffixes instead of only just the base number.
This is my table of CLIN numbers; they are basically charge numbers. The numbers under Contract 1 (ClinContractID) are the total charge number; there is no suffix. The numbers under Contract 2 are the 'base' and there is a table of suffixes. Every CLIN will not use every suffix.
PBC Grid:
This shows how some CLINs only have some suffixes.
Table Relationship:
Shows my base CLIN table (tblCLIN), my link table (tblClinLink2) and my suffix table (tblClinUnit).
Clin Link Table:
In my table tblClinLink2, I pre-populated each base CLIN with a reference to it's suffix. This way, I can create cascading combo boxes.
Situation:
We currently use only the numbers under Contract 1. We will be switching over to the contract 2 numbers which use a suffix at some point. I currently store the CLIN number in a master table of all products we have sent out for disposal.
When we change to having CLIN + suffix, I'm not exactly sure the best way to transition to storing the data along with setting it up so I can still have cascading combo boxes.
I'm concerned because I'll need to account for the suffixes instead of only just the base number.