Bennie

Bennie

  • NA
  • 6
  • 0

Associate a specific list with a table of unique records

Dec 29 2016 5:30 PM
I am creating a C# application that will log a product request.  That request will require 10 approvals.  I want to maintain that list of approvals in its own table so they can be added, changed or removed and not affect the product request records . What I want to happen is that when a new product request is created a set of associated approvals are created in its own table.
 
Is this the best way to handle this?  I need a little help putting this together.  Thanks
 
Bennie

Answers (4)