hpvic03
Technical User
- Aug 2, 2006
- 89
Ok, so say I have a database with a table for group members, and another table for attributes for the group members. Each group member can have multiple attributes.
So I want to make a page with a form that has a text field for every group member for a specific attribute. I did this with a cfoutput query. But here's where I have trouble - what do I name each text field? I could name them something dynamic, like the group member's ID or name, but then how would I access each text field when I'm trying to save the information to the attribute table?
I can't name each field the same thing, because then it won't know which is which.
Any help would be greatly appreciated!
So I want to make a page with a form that has a text field for every group member for a specific attribute. I did this with a cfoutput query. But here's where I have trouble - what do I name each text field? I could name them something dynamic, like the group member's ID or name, but then how would I access each text field when I'm trying to save the information to the attribute table?
I can't name each field the same thing, because then it won't know which is which.
Any help would be greatly appreciated!