In this additional table you will need to include a field that is associated with the first reference field. So for example let's say your first reference field is 'Status' and the second Reference field is now 'Sub-Status'. In your first dropdown you'll have options like the below for Status:
Not Started
In Progress
Complete
Now in your second table - you need a field for 'Sub-Status' but you also need to note the Status that it goes with and thats the binding element in your conditional dropdown. So your sub-status table might look like:
Status Sub-Status
Not Started Bids Pending
Not Started Pending Approval
Not Started Pending Signature
In Progress In Development
In Progress Final Validation
Complete Invoice Pending
Complete Closed
Your new table needs to have a field that actually references your first value
------------------------------
Chayce Duncan
------------------------------