I am working on a project that is used for writing and archiving reports.
In one section (or at least for now) there are about 15 comments that can be used in the report. These comments are not choose one but can be anywhere from 0 to 15.
I was going to set up a table with the comments as a memo field.
Here is my thought process. On the form have a check box for each comment in tblcomment then the user can just check which comments apply. I am trying to figure how best to store which options were chosen. and since this database is also going to archive the report I cannot just link to id field in tblcomment since the comments in the tblcomment may later be revised.
How would you recommend me storing which comments apply?
Also the reports can be revised so I would need a way of adding and removing comments as well.
Thank you all in advance
ck1999
In one section (or at least for now) there are about 15 comments that can be used in the report. These comments are not choose one but can be anywhere from 0 to 15.
I was going to set up a table with the comments as a memo field.
Here is my thought process. On the form have a check box for each comment in tblcomment then the user can just check which comments apply. I am trying to figure how best to store which options were chosen. and since this database is also going to archive the report I cannot just link to id field in tblcomment since the comments in the tblcomment may later be revised.
How would you recommend me storing which comments apply?
Also the reports can be revised so I would need a way of adding and removing comments as well.
Thank you all in advance
ck1999