The most interesting feature requst is for a "private" area to each section where only members of a certain security group can even view it. So I figured it's informal and we don't really care about last edited time, basically person and note. So I just created a new table in SQLite as select User_ID from wbmain. Then I just added a blob field called "private." So basically to fetch the contents of the second, private table, all I have to do is a natural join to retrieve the private note stuff. Then add in a part for editing the private note, or even just make the note editing module more flexible. So that should be pretty simple.
_________________________________________________________________________________
I like computer programming because it's like Legos for the mind.