creating a discussion forum

A

Aaron

I'll try reposting this question:

I'd like to create a discussion forum within access. The basics:

People create a message, filling in combo boxes that state the statistics of
the message. In addition there is a message text box for them to enter in any
additional info.

Then a user can click on a posted message, reply to it, and it then posts
right under the message that the user responded to.

So far, I've created a form for posting, and a form that shows the message
posts. A table holds all of the posts. However, first, I can't get a response
form to pop up when someone clicks on a message, and second, I can't get a
response to link with the original message, and then show up underneath the
original post.

Any help would be greatly appreciated. I'm stuck on this right now.
 
Top