alright - I can do that. Thank Charlie and Greg!
>you need a relational database set up... >have a main table called meeting which contains a unique key, date, >time, things that are specific to the meeting only. >Then create a table for the attendees, have a primary key, the >attendee name and a foreign key to the meeting table with the meeting >id in it. >Now in a 3rd table called takeaways, store the meeting id, the user >name of the person involved in the takeaway and notes, or whatever is >needed for the takeaway... >Real simple > >On 10/24/06, Daniel Kessler <[EMAIL PROTECTED]> wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257899 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

