Well, I've been fiddling around the net trying to learn Drupal. I'm completely new to the web development and using these sorts of utilities. I used DNN for a short time but it had too many flaws for me. Anyways to sum up my experience - I'm not very experienced with these kind of things. Onto my setup:
I'm using Drupal 7.2 and am using the following modules in addition to any core/OOBE modules: Views, Views UI, Date API, Date, Date Views, Calendar, and Chaos Tools. I installed all of those for the Calendar module which I have set as it's own page - and through the available content online I have figured out how to set up Calendar to show my events. So there is no problem here. The problem is:
I am trying to set up a website which would allow the administrator the capability to add events to the calender (which we have already done) and then allow him to append to that event the results of the event (in most cases these events are races). I have added a long text field labeled Results and have added it to the fields for the Event. What I'm needing help with is on a page called Results I want to have a 'blog entry' sort of looking results page, showing the results of the recent races which would get it's information from the Results text box. Sort of like using a variable and cout the variable on this page. Is this possible?