Simon,
Yeah. Just like you would do with SELECT or CFSELECT, as in:
<SELECT NAME="DeptAbbrev">
<cfoutput query="departments">
<option
value=#abbrev#>#trim(dept)#</option></cfoutput></select>
I can't find anything to indicate something like this is
possible. I guess maybe the question is whether you can nest
a SELECT field within a CFGRID.
Thanks,
--John
Simon Horwith wrote:
>
> let me get this straight: you want to know how to create a CFGRID with one
> query, and populate some of it's cell values with results from another
> query? I'm just trying to make sure I understand the question, before I
> answer.
>
> ~Simon
>
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]