Hello..thanks for the help folks.
This is what I did to solve my little issue.
I've been staying up too late it seems ;-)
<td><select <cfoutput>name="reason_#lookup.Audit_ID#"</cfoutput>>
<CFOUTPUT>
<option value="#reason#" SELECTED>#Reason#</Option>
</CFOUTPUT>
blah blah blah
</select>
The descriptive reason doesn't appear, just the letter that is stored in the
database. To get the reason..well..
I dunno.
These reasons/reason description are not a seperate table, and that now
seems to be very bad design on my part.
They are supposed to be static values, and unchanging.
But it seems that as a rule, once you have an array of values such as these,
whether they change for 10 years or not..you should place them into a table.
It makes coding a lot easier down the line.
Thank you!
I got about 6 completely different ways of doing what I wanted to do ;-P
-Gel
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.