I have an application that keeps notes on a meeting. I have fields for the names of attendees (lname, fname). I want to be able to add as many attendees as necessary. I was going to put a fname_1 and lname_1 field in it and a "add a person" link. The link would submit the page with an action=add_attendee, then I would do structKeyExists to loop through how many people are already there to fill up the previous entries and add an entry.
I've never done this before, does this sound like a good plan? -- Daniel Kessler College of Health and Human Performance University of Maryland Suite 2387 Valley Drive College Park, MD 20742-2611 Phone: 301-405-2545 http://hhp.umd.edu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257767 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

