I have a table named Cost with two columns; CostName and CostValue.
CostName CostValue Cost1 150 Cost2 29 Cost3 5 Cost4 63 Cost5 13
The number of cost elements will change. I also have a table with alternatives, where the number also will change.
Alternative Alt1 Alt2 Alt3
Each cost element can be included in any of the alternatives. So I would like to have an input form that looks like this:
The areas inside the red frame would be like Yes/No check boxes. A box that is checked could result in an record in a many-to-many relationship table between the Cost and Alternative table.
I don't know how to make such a form, don't even know if its possible. But I would really appreciate it if someone could help me out
Thanks in advance!