Hi,
My question is about interactive forums.
It's a very 'normal' forum like this:
- Message 1
- reply 1 on message 1
- reply 2 on message 1
- reply 1 on reply 2
- reply 2 on reply 2
- reply 1 on reply 2
.....
--------------------------------------------------
My question is:
Question 1.
How do I organize my database? (Ms Access)
I thought that I needed to create 2 tables.
Table 1:
----------
ID
Category name
Table 2:
------------
ID
ID category [link with category]
Level Number [Is it a reply on a reply/....] = how is it linked with
the category
Subcategory name
Question 2.
How do code this in ColdFusion that my scripts knows how to group
it all and present it in a 'tree structure', one 'problem' is that I know
how to do it when theire is only 1 subcategory, but once I have a reply on reply
I don't know how to organize it :-(
Question 3.
How do I create my updater / insert form?
Can someone help me or does anyone knows about a reference to an article
where I can find this?
tnx and with kind regards
bram
My question is about interactive forums.
It's a very 'normal' forum like this:
- Message 1
- reply 1 on message 1
- reply 2 on message 1
- reply 1 on reply 2
- reply 2 on reply 2
- reply 1 on reply 2
.....
--------------------------------------------------
My question is:
Question 1.
How do I organize my database? (Ms Access)
I thought that I needed to create 2 tables.
Table 1:
----------
ID
Category name
Table 2:
------------
ID
ID category [link with category]
Level Number [Is it a reply on a reply/....] = how is it linked with
the category
Subcategory name
Question 2.
How do code this in ColdFusion that my scripts knows how to group
it all and present it in a 'tree structure', one 'problem' is that I know
how to do it when theire is only 1 subcategory, but once I have a reply on reply
I don't know how to organize it :-(
Question 3.
How do I create my updater / insert form?
Can someone help me or does anyone knows about a reference to an article
where I can find this?
tnx and with kind regards
bram