Advanced coder advice needed - Shared Object

Hi,
This is my first time to this forum, be gentle. I need some help organizing a project that uses different shared objects. I suspect I might be going about this all wrong.

The project is a campground booking manager. I started this to be based off of a calander app I made that uses the shared object to save data. The calander works fine by itself. I added a file manager SO that was donated by Gaius Coffey. It works for saving,creating, or deleting SO’s for each campsite user. The problem I cant seem to figure out, is how to wrap both of those in a shared object for each individual campsite. I have tried arranging this in a couple of different ways,… using the calander SO as the overall so, but I cant get it to populate with each campsite, … same thing with using the file manager as the overall SO. I have several date and time variables in my code that I have tried to associate with all the SO’s, but I can’t seem to work this out. I know this may seem complicated, but maybe that is part of my prob. Is there an easier way to organize this? Here is a demo of what I have now… if anyone is interested in looking at this, I will post the fla…

[color=#606420]http://ntdesigns.net/downloads/newCampDemo.swf[/color]

edit*** To operate, select a day on the calander to save text to or set the reserved feature by day. You can only read messages if the read option is selected, same with set reserve.Select a campsite to bring the campform into view. The file manager is in the campform.

Thanks in advance
NTD