|
Sorry
I haven't used CR since about version 6. But that said generally if you have a
parent record, it should have a key or some field that you use to lookup any
child records.
<cfquery etc>
select * from parent talbe
<cfquery>
<cfoutput>
<cfquery etc>
select * from childe
tables
where parent.id = child.parent_id
<cfquery> </cfoutput>
|
- RE: [CFTALKTor] Reporting tools Dimitri Abramov
- RE: [CFTALKTor] Reporting tools Steve Budan
- RE: [CFTALKTor] Reporting tools Dimitri Abramov
- Steve Budan
