Displaying 1 result from an estimated 1 matches for "metal2".
Did you mean:
metal
2006 May 24
2
Has Many Through + Join Model + Forms + Confused?
...an have up to a predefined amount of metals (not
infinite, like tags, but it does need to be extendable, otherwise i could go
for a less elegant database design and throw out all the relational database
ideas. In other words, i could just make the table "Alloys" have Metal1,
Percentage1, Metal2, Percentage2, etc. as columns in the table).
Ok, so, what''s the right way to do this? I was hoping to be able to put in,
say, 6 (where you can have 6 metals) select boxes, each listing all the
metals, and have 6 text fields to allow the user to type in the percentage
of each.
Just as a...