Off of my test db, which I use to try to figure things out, and keep it very simple, I have 3 tables.
Task Orders, Vouchers, and intermediate table TaskOrder_Voucher
(created due to the fact that it is a many-to-many relationship between Task Orders and Vouchers)
Task Orders has a composite...