There are three tables, tblCategories, tblDocs, tblSections. Categories is
the highest level in the heirarchy.  It has two columns CatID(Auto Number)&
Category (Safety, Human Resources, etc.).  Sections is the second level and
the table has same structure as above but it also has a column for
categoryID to link to the Category Table.  The documents table is the lowest
level and those I want to make links.  This table has a DocumentID (text),
Document Title, Document Link (link address) and a SectionID column to link
to the Sections table.

Thanks for your help!





-----Original Message-----
From: Allen [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 27, 2000 10:33 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: CFTREE Problem


What does the data that you are querying look like?

==  -  ==   ==  -  ==    ==  -  ==
Allen Graetz
USI - Web Application Programmer
1-800-USINTERNET x241
612-253-3241



----- Original Message -----
From: "Purwin, Kristine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 27, 2000 9:29 AM
Subject: CFTREE Problem


>
> I am trying to create a CFTREE with 3 levels querying the data from an
> Access database.  I would like the first and second level to be static,
but
> the third level be hyperlinks to various documents.  I assume I would have
> to loop through 3 loops to do this but I having some trouble.  Does anyone
> have any suggestions on how to do this?
> --------------------------------------------------------------------------
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> 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.
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> 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.
>
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.

Reply via email to