I am designing a database that has several different tables, one table is a comments table. Each other table has a button that brings a pop up form to enter the comments. The users of the database would like all comments to remain in the table, meaning all new comments for one record get added the comments that were originally placed. For example, they go in one form and add the appropriate info for a record and click the comments button and add the appropriate comments. Than another user goes to the same form or another form and enters info about the same record and clicks the comments button to enter their comment. The users would like both comments to be stored in the table for that record. I am new at all of this and am not sure how to go about this. Any help would be appreciated. Thank you.